Crates.io | arraybox |
lib.rs | arraybox |
version | |
source | src |
created_at | 2023-01-10 11:45:12.110211 |
updated_at | 2024-10-19 15:14:27.097308 |
description | A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity `ArrayBox`. |
homepage | |
repository | https://github.com/A1-Triard/arraybox |
max_upload_size | |
id | 755254 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | 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 |
arraybox
A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity ArrayBox
.