Docs.rs
seekr-code-0.1.0
seekr-code 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
lucientong
Dependencies
anyhow ^1.0
normal
axum ^0.8
normal
blake3 ^1.6
normal
clap ^4.5
normal
colored ^3.0
normal
dirs ^6.0
normal
ignore ^0.4
normal
indicatif ^0.17
normal
memmap2 ^0.9
normal
ndarray ^0.17
normal
notify ^8.0
normal
ort ^2.0.0-rc.12
normal
regex ^1.11
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.50
normal
toml ^0.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tree-sitter ^0.25
normal
tree-sitter-bash ^0.23
normal
tree-sitter-c ^0.23
normal
tree-sitter-cpp ^0.23
normal
tree-sitter-css ^0.23
normal
tree-sitter-go ^0.23
normal
tree-sitter-html ^0.23
normal
tree-sitter-java ^0.23
normal
tree-sitter-javascript ^0.23
normal
tree-sitter-json ^0.24
normal
tree-sitter-language ^0.1
normal
tree-sitter-python ^0.23
normal
tree-sitter-ruby ^0.23
normal
tree-sitter-rust ^0.24
normal
tree-sitter-toml-ng ^0.7
normal
tree-sitter-typescript ^0.23
normal
tree-sitter-yaml ^0.7
normal
assert_cmd ^2.0
dev
predicates ^3.1
dev
tempfile ^3.14
dev
tokio-test ^0.4
dev
Versions
74.58%
of the crate is documented
Go to latest version
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 server
seekr_
code
0.1.0
Module server
Module Items
Modules
In crate seekr_
code
seekr_code
Module
server
Copy item path
Source
Expand description
Server module.
Provides CLI command implementations, HTTP REST API, and MCP Server protocol.
Modules
ยง
cli
CLI subcommand implementations.
http
HTTP API server.
mcp
MCP Server protocol implementation.