Docs.rs
  • embedded-cli-0.2.1
    • embedded-cli 0.2.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • funbiscuit
    • Dependencies
      • bitflags ^2.4.1 normal
      • embedded-cli-macros ^0.2.1 normal optional
      • embedded-io ^0.6.1 normal
      • ufmt ^0.2.0 normal
      • regex ^1.10.2 dev
      • rstest ^0.18.2 dev
    • Versions
    • 19.42% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

embedded_cli0.2.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Derive Macros

List of all items

Structs

  • arguments::ArgList
  • arguments::ArgsIter
  • arguments::FromArgumentError
  • autocomplete::Autocompletion
  • cli::CliBuilder
  • cli::CliHandle
  • command::RawCommand
  • writer::EmptyWriter
  • writer::Writer

Enums

  • arguments::Arg
  • arguments::ArgError
  • autocomplete::Request
  • help::HelpRequest
  • service::HelpError
  • service::ParseError
  • service::ProcessError

Traits

  • arguments::FromArgument
  • buffer::Buffer
  • service::Autocomplete
  • service::CommandProcessor
  • service::FromRaw
  • service::Help

Derive Macros

  • Command
  • CommandGroup

Constants

  • codes::BACKSPACE
  • codes::CARRIAGE_RETURN
  • codes::CLEAR_LINE
  • codes::CRLF
  • codes::CURSOR_BACKWARD
  • codes::CURSOR_FORWARD
  • codes::DELETE_CHAR
  • codes::ESCAPE
  • codes::INSERT_CHAR
  • codes::LINE_FEED
  • codes::TABULATION