Docs.rs
none-array-1.0.1
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
none-array 1.0.1
a very cursed way to create an array of None values
Crate
Source
Builds
Feature flags
Hide files
src
.cargo_vcs_info.json
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
1
2
3
fn
main
(
)
{
println!
(
"
cargo:rustc-env=RUSTC_BOOTSTRAP=1
"
)
;
}