nostd 0.1.0

Missing std types for no_std development
Documentation

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.