0c417574a308d86ef79823dccb215b2273ec800a
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.
arrayvec
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.
Description
Languages
Rust
100%