Closed Aloso closed 4 years ago
I need this feature in a GBA game I'm writing. I've already submitted a PR against anyascii
(https://github.com/anyascii/anyascii/pull/1).
Just noticed that I may need to talk to the crate's maintainer though, as the Rust version used in CI is so ancient that it predates alloc
stabilization.
Thanks for doing this! I'll add no_std
support once the PR lands on anyascii.
@casept since no_std
support in anyascii
was merged recently, I added no_std
support as well. I'll publish a new release now, check it out!
Thank you!
This crate currently doesn't support
no_std
, because its dependencyany_ascii
doesn't. However, it should be simple to addno_std
support toany_ascii
as well aslexical-sort
.