Skip to content

v1.0.2

Compare
Choose a tag to compare
@lopopolo lopopolo released this 13 Aug 05:45
3ea9098

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