v1.0.2
Release 1.0.2 of posix-space.
posix-space
is available on crates.io.
posix-space
is a small crate that determines whether a byte is classified as a space in the POSIX locale per POSIX.1-2017.
Improvements
This release adds a #![forbid(unsafe_code)]
annotation to the crate. #6