Docs.rs
ruvector-server-0.1.29
ruvector-server 0.1.29
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ruvnet
Dependencies
axum ^0.7
normal
dashmap ^6.1
normal
parking_lot ^0.12
normal
ruvector-core ^0.1.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.41
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
uuid ^1.11
normal
Versions
100%
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
Files
ruvector_server/routes/
mod.rs
1
//! API routes
2
3
pub mod
collections;
4
pub mod
health;
5
pub mod
points;