Docs.rs
loctree-mcp-0.13.0
loctree-mcp 0.13.0
Permalink
Docs.rs crate page
BUSL-1.1
05 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
Szowesgad
Dependencies
anyhow ^1.0
normal
argon2 ^0.5
normal
axum ^0.8
normal
chrono ^0.4
normal
loctree ^0.13.0
normal
password-hash ^0.5
normal
regex ^1.10
normal
reqwest ^0.12
normal
rmcp ^1.7
normal
schemars ^1.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
shellexpand ^3.1
normal
subtle ^2.6
normal
thiserror ^2
normal
tokio ^1.0
normal
tokio-util ^0.7
normal
tower ^0.5
normal
uuid ^1
normal
tempfile ^3
dev
clap ^4
normal
libc ^0.2
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
Versions
40%
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
Files
loctree_mcp/
lib.rs
1
pub mod
auth;
2
pub mod
extract;
3
pub mod
security;
4
5
pub use
extract::extract_symbol;