2 releases
0.1.1 | Dec 4, 2024 |
---|---|
0.1.0 | Dec 4, 2024 |
#563 in Rust patterns
297 downloads per month
120KB
1K
SLoC
nostd
nostd
is a lightweight Rust crate to simplify no_std
development by bridging the gap with std
.
It provides:
- Missing Prelude Types: Re-exports types include in the
std
prelude but missing fromcore
, makingno_std
development smoother. - IO Module Emulation: Re-exports
core2
providing astd::io
-like API forno_std
environments.
Contributing
Contributions are welcome! If you find a bug, have a feature request, or wish to expand functionality, feel free to open an issue or submit a pull request.
License
Licensed under either of:
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Dependencies
~0–255KB