core v0.1.1
Changelog
- Make
Path
andPathBuf
more const-friendly:- Make
Path::as_ptr
andPathBuf::from_buffer_unchecked
const. - Add const
Path::const_eq
,PathBuf::from_path
,PathBuf::as_path
andPathBuf::as_str
methods.
- Make
- Add
path_buf
macro to construct aPathBuf
from a string literal.