Docs.rs
catvec-0.1.6
catvec 0.1.6
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
nullchinchilla
Dependencies
arbitrary ^1
normal
arrayvec ^0.7.1
normal
defmac ^0.2.1
normal
fastrand ^1.5.0
normal
log ^0.4.14
normal
tap ^1.0.1
normal
env_logger ^0.9
dev
env_logger ^0.9
normal
honggfuzz ^0.5.54
normal
Versions
91.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
catvec
0.1.6
All Items
Crate Items
Structs
Crate
catvec
Copy item path
Source
Structs
ยง
CatVec
A persistent, efficiently concatenable and sliceable vector. The const-generic type parameter ORD is the maximum fanout factor; a value from 32 to 128 usually works well.