# Stary A collection of modules that aim to feel like extensions of [core], [alloc], and [std]. ## Usage This crates uses additive features so that consumers can choose what they would like to enabled. Thus, there is nothing exported by default. The available features are listed below: | Feature | Sub-features | | :-------- | :---------------------- | | `alloc`\* | | | `ascii` | `step-trait`\*, `serde` | _\* Requires the Nightly channel._ ## Licence This project is released under the [Zero-Clause BSD Licence]. [core]: https://doc.rust-lang.org/nightly/core/index.html [alloc]: https://doc.rust-lang.org/nightly/alloc/index.html [std]: https://doc.rust-lang.org/nightly/std/index.html [Zero-Clause BSD Licence]: https://spdx.org/licenses/0BSD.html