I made a mistake in #8 and incorrectly assumed that core-foundation-sys compatible with this crate's goals, but it wasn't and that resulted in accidentally making sys-locale dependent on std on Apple platforms. This PR allows the Apple backend to remain no_std compatible.
I made a mistake in #8 and incorrectly assumed that
core-foundation-sys
compatible with this crate's goals, but it wasn't and that resulted in accidentally makingsys-locale
dependent onstd
on Apple platforms. This PR allows the Apple backend to remain no_std compatible.