Docs.rs
codanna-0.5.18
codanna 0.5.18
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bartolli
Dependencies
anyhow ^1.0.98
normal
axum ^0.8.4
normal
optional
axum-server ^0.7.2
normal
optional
bincode ^2.0.1
normal
bitflags ^2.6
normal
chrono ^0.4.42
normal
clap ^4.5.41
normal
comfy-table ^7.1.4
normal
console ^0.16.0
normal
crossbeam-channel ^0.5.15
normal
dashmap ^6.1.0
normal
dirs ^6.0.0
normal
fastembed ^5.2.0
normal
figment ^0.10.19
normal
hnsw ^0.11.0
normal
ignore ^0.4.23
normal
indicatif ^0.18.0
normal
is-terminal ^0.4
normal
json5 ^0.4.1
normal
lz4_flex ^0.11.5
normal
memmap2 ^0.9.7
normal
notify ^8.2.0
normal
num_cpus ^1.17.0
normal
owo-colors ^4.2.2
normal
parking_lot ^0.12.4
normal
rand ^0.9.2
normal
rayon ^1.10.0
normal
rcgen ^0.14.3
normal
optional
regex ^1.11.2
normal
rkyv ^0.8.10
normal
rmcp ^0.7.0
normal
rustls ^0.23.31
normal
optional
serde ^1.0.219
normal
serde_json ^1.0.141
normal
serde_urlencoded ^0.7
normal
sha2 ^0.10
normal
tantivy ^0.25.0
normal
thiserror ^2.0.12
normal
tokio ^1.46.1
normal
tokio-util ^0.7.16
normal
toml ^0.9.2
normal
tower ^0.5.2
normal
optional
tower-http ^0.6.6
normal
optional
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
tree-sitter ^0.25.8
normal
tree-sitter-c ^0.24.1
normal
tree-sitter-cpp ^0.23.4
normal
tree-sitter-go ^0.25.0
normal
tree-sitter-java ^0.23.5
normal
tree-sitter-javascript ^0.25.0
normal
tree-sitter-php ^0.24.1
normal
tree-sitter-python ^0.25.0
normal
tree-sitter-rust ^0.24.0
normal
tree-sitter-typescript ^0.23.2
normal
walkdir ^2.5.0
normal
criterion ^0.7.0
dev
tempfile ^3.20.0
dev
testcontainers ^0.15
dev
Versions
68.45%
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
CompactString
codanna
0.5.18
Compact
String
Aliased Type
In codanna::
types
codanna
::
types
Type Alias
Compact
String
Copy item path
Source
pub type CompactString =
Box
<
str
>;
Aliased Type
ยง
pub struct CompactString(
/* private fields */
);