Docs.rs
  • command-autocomplete-0.1.0
    • command-autocomplete 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • doriath
    • Dependencies
      • anyhow ^1 normal
      • clap ^4 normal
      • env_logger ^0.11 normal
      • log ^0.4 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • toml ^0.8 normal
      • googletest ^0.13 dev
      • test-log ^0.2 dev
    • Versions
    • 6.49% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

command_autocomplete0.1.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • carapace::CarapaceArgs
  • connection::ConnRequest
  • connection::ConnectionReceiver
  • connection::ConnectionSender
  • connection::IdGenerator
  • connection::JoinHandle
  • connection::ResponseHandle
  • connection::SendError
  • connection::Transport
  • nushell::NushellArgs
  • router::Command
  • router::Completer
  • router::Config
  • router::RouterArgs
  • types::CompleteParams
  • types::CompleteResult
  • types::CompletionValue
  • types::Error
  • types::Request
  • types::RequestId
  • types::ShutdownResult

Enums

  • connection::ResponseError
  • types::Message
  • types::Response

Functions

  • carapace::run_carapace
  • complete::run_complete
  • connection::new_connection
  • nushell::run_nushell
  • router::run_router