Crates.io | nostd |
lib.rs | nostd |
version | |
source | src |
created_at | 2024-12-04 08:54:04.928372 |
updated_at | 2024-12-04 14:49:34.002156 |
description | Missing std types for no_std development |
homepage | |
repository | https://github.com/conr2d/nostd.git |
max_upload_size | |
id | 1471723 |
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` |
size | 0 |
nostd
is a lightweight Rust crate to simplify no_std
development by bridging the gap with std
.
It provides:
std
prelude but missing from core
, making no_std
development smoother.core2
providing a std::io
-like API for no_std
environments.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.
Licensed under either of:
at your option.