9 releases
0.2.1 | Sep 10, 2024 |
---|---|
0.2.0 | Sep 10, 2024 |
0.1.6 | Aug 18, 2024 |
#85 in No standard library
420 downloads per month
140KB
3K
SLoC
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.
lib.rs
:
A collection of modules that aim to feel like extensions of core, alloc, and std.
Features
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.
Dependencies
~165KB