Skip to main content

Crate cratedex

Crate cratedex 

Source
Expand description

§Cratedex: MCP server for Rust documentation indexing, search, and project diagnostics.

This library contains the core logic for the Cratedex server.

Modules§

cli
Defines the command-line interface for Cratedex.
config
Configuration management for cratedex
db
SQLite database wrapper using rusqlite.
engine
The engine module contains the core logic for the server’s functionality.
error
Defines the custom error types for the application.
error_ext
Extension traits for error handling
service
Cross-platform service management for cratedex.