stary 0.1.2

A collection of crates that aim to feel like extensions of core, alloc, and std.
# Stary

A collection of crates that aim to feel like extensions of [core], [alloc], and [std].

This crate simply re-exports the individual stary crates, chosen via feature flags:

| Feature | Re-exports      |
| :------ | :-------------- |
| `ascii` | [`stary-ascii`] |

## 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
[`stary-ascii`]: https://crates.io/crates/stary-ascii
[Zero-Clause BSD Licence]: https://spdx.org/licenses/0BSD.html