Docs.rs
  • codebank-0.2.1
    • codebank 0.2.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tyrchen
    • Dependencies
      • anyhow ^1.0 normal
      • axum ^0.8 normal
      • clap ^4.0 normal
      • ignore ^0.4.23 normal
      • rmcp ^0.1.5 normal
      • schemars ^0.8 normal
      • serde ^1.0 normal
      • thiserror ^2.0 normal
      • tokio ^1.0 normal
      • tokio-util ^0.7 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • tree-sitter ^0.23 normal
      • tree-sitter-c ^0.23 normal
      • tree-sitter-python ^0.23 normal
      • tree-sitter-rust ^0.23 normal
      • tree-sitter-typescript ^0.23 normal
      • tempfile ^3.9 dev
    • Versions
    • 80.18% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

codebank0.2.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • CParser
  • CodeBank
  • DeclareStatements
  • FileUnit
  • FunctionUnit
  • ImplUnit
  • ModuleUnit
  • PythonParser
  • RustParser
  • StructUnit
  • TraitUnit
  • TypeScriptParser
  • mcp::CodeBankMcp
  • mcp::GenerateFileRequest
  • mcp::GenerateRequest

Enums

  • BankStrategy
  • DeclareKind
  • Error
  • LanguageType
  • Visibility

Traits

  • Bank
  • Formatter
  • LanguageParser
  • formatter::Formatter

Type Aliases

  • Result