Docs.rs
catvec-0.1.6
catvec 0.1.6
Permalink
Docs.rs crate page
ISC
19 July 2026
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
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate catvec
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.