pezkuwichain 0c417574a3 fix: force no_std for wasm32v1-none target regardless of std feature
cargo check --target wasm32v1-none uses workspace feature unification which
may enable the std feature even for no_std targets. wasm32v1-none (bare-metal
wasm, target_os=none) has no libstd available, so we must force no_std and
the core-as-std alias for this specific target combination.
2026-04-25 21:56:17 +03:00
2026-04-24 23:33:46 +03:00
2026-04-24 23:33:46 +03:00

arrayvec

Crates.io: arrayvec Documentation Build Status

License: Apache OR License: MIT

A vector with fixed capacity.

Please read the API documentation here

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

S
Description
arrayvec fork with wasm32v1-none fixes
Readme 80 KiB
Languages
Rust 100%