Skip to content

core v0.1.1

Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 17 Jan 22:34
core-0.1.1
c31e789

Changelog

  • Make Path and PathBuf more const-friendly:
    • Make Path::as_ptr and PathBuf::from_buffer_unchecked const.
    • Add const Path::const_eq, PathBuf::from_path, PathBuf::as_path and PathBuf::as_str methods.
  • Add path_buf macro to construct a PathBuf from a string literal.