Docs.rs
atuin-common-18.23.0
atuin-common 18.23.0
Docs.rs crate page
MIT
22 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
ellie
BinaryMuse
atuin-bot
Dependencies
async-stream ^0.3
normal
atuin-vt100 ^0.19
normal
optional
base64 ^0.22
normal
bytesize ^2
normal
crypto_secretbox ^0.1
normal
derive_more ^2
normal
directories ^6
normal
easy-cast ^0.5
normal
enum_dispatch ^0.3
normal
fs-err ^3
normal
futures ^0.3
normal
getrandom ^0.4
normal
humantime ^2
normal
itertools ^0.15
normal
libsqlite3-sys >=0.30.1, <0.38.0
normal
optional
memchr ^2
normal
optional
num-traits ^0.2
normal
parking_lot ^0.12
normal
prost ^0.14
normal
optional
regex ^1
normal
rmp ^0.8
normal
rusty_paserk ^0.5
normal
rusty_paseto ^0.8
normal
schemars ^1
normal
semver ^1
normal
serde ^1
normal
serde_json ^1
normal
serde_with ^3
normal
sqlx ^0.9
normal
optional
sysinfo ^0.39
normal
thiserror ^2
normal
time ^0.3
normal
tiny-bip39 ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
optional
unicode-segmentation ^1
normal
optional
unicode-width ^0.2
normal
optional
url ^2
normal
uuid ^1.6
normal
zeroize ^1
normal
divan ^0.1
dev
pretty_assertions ^1
dev
proptest ^1
dev
rstest ^0.27
dev
serde_json ^1
dev
tempfile ^3
dev
tokio ^1
dev
rustix ^1
normal
optional
windows-sys ^0.61
normal
optional
Versions
58.01%
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
Module bounded_buffer
atuin_
common
18.23.0
Module bounded_
buffer
Module Items
Structs
In atuin_
common::
string
atuin_common
::
string
Module
bounded_
buffer
Copy item path
Source
Structs
ยง
Bounded
Buffer
A string buffer limited to a certain length.
Buffer
Contents
The finished contents of a
BoundedBuffer
.
Limit
Controls how many bytes a
BoundedBuffer
can store.