Releases: chipsenkbeil/typed-path
Releases · chipsenkbeil/typed-path
Release list
typed-path 0.3.0
Notable Changes
- Add
Cloneimplementation forBox<Path<T>>andBox<Utf8Path<T>> - Fix
Cloneimplementation forPathBuf<T>andUtf8PathBuf<T>requiring a
clone implementation for the encoding, which is not necessary
(#5) - Update
Debugimplementation forPath<T>,Utf8Path<T>,PathBuf<T>, and
Utf8PathBuf<T>to no longer require debug implementation for encoding,
which is not necessary - Add
labelmethod to encoding implementations, used for debugging purposes
typed-path 0.2.1
Notable Changes
- Update README with more UTF8 examples and add proper testing of README examples via doctest
NOTE: This is binary-equivalent to v0.2.0 and only serves as a release to update the documentation shown in crates.io
typed-path 0.2.0
Notable Changes
- Added UTF-8 variants of
Path,PathBuf,Components,Component, and other data structures to supportstrversus[u8] - Remove requirements of
Clone,Debug,Display, andSizedonEncodingand subsequent implementationsUnixEncodingandWindowsEncoding
typed-path 0.1.0
First release of the library!