Skip to content

1.8.0

Choose a tag to compare

@udoprog udoprog released this 05 Mar 15:58
· 66 commits to main since this release

Added

  • Deserialize implementation and conversions for Box<RelativePath>.
  • From<&str>, From<Box<str>>, for Box<RelativePath>.
  • Added tests for most trait implementations.
  • Add Deserialize implementation for &RelativePath (#19).
  • Add AsRef<RelativePath> for Component (#24).