#io #std #prelude #type #module

no-std nostd

Missing std types for no_std development

2 releases

0.1.1 Dec 4, 2024
0.1.0 Dec 4, 2024

#563 in Rust patterns

Download history 266/week @ 2024-12-02 31/week @ 2024-12-09

297 downloads per month

MIT/Apache

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 from core, making no_std development smoother.
  • IO Module Emulation: Re-exports core2 providing a std::io-like API for no_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:

at your option.

Dependencies

~0–255KB