nostd

Crates.ionostd
lib.rsnostd
version
sourcesrc
created_at2024-12-04 08:54:04.928372
updated_at2024-12-04 14:49:34.002156
descriptionMissing std types for no_std development
homepage
repositoryhttps://github.com/conr2d/nostd.git
max_upload_size
id1471723
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ian Jungyong Um (code0xff)

documentation

https://docs.rs/nostd

README

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.

Commit count: 7

cargo fmt