Docs.rs
fast-able-1.20.0
fast-able 1.20.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
guoyucode
Dependencies
arraystring ^0.3.0
normal
chrono ^0.4
normal
core_affinity ^0.8
normal
crossbeam ^0.8
normal
flume ^0.11
normal
fs2 ^0.4.3
normal
kanal ^0.1.1
normal
log ^0.4
normal
num_cpus ^1
normal
parking_lot ^0.12
normal
scopeguard ^1.2.0
normal
serde ^1
normal
spin ^0.10
normal
thingbuf ^0.1.6
normal
crossbeam ^0.8
dev
env_logger ^0.11.3
dev
once_cell ^1
dev
serde_json ^1
dev
tokio ^1.0
dev
libc ^0.2
normal
Versions
52.6%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module high_speed_cache
fast_
able
1.20.0
Module high_
speed_
cache
Module Items
Structs
In crate fast_
able
fast_able
Module
high_
speed_
cache
Copy item path
Source
Structs
§
Fast
Array
环形数组,适合高频数据,且数据量不大的场景。线程不安全,使用者请控制好访问时机。
Into
Iter
FastVec 所有权迭代器,消费 FastVec 并按从最新到最旧的顺序产出元素
Iter
FastVec 迭代器,从最新到最旧的顺序遍历,支持
rev()
反向(最旧到最新)遍历
Unsafe
Data