Docs.rs
  • repl-rs-0.2.8
    • repl-rs 0.2.8
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jacklund
    • Dependencies
      • clap ^4.4.1 normal
      • regex ^1.5.4 normal
      • rustyline ^8.2.0 normal
      • rustyline-derive ^0.4.0 normal
      • yansi ^0.5.0 normal
      • nix ^0.21.0 dev
    • Versions
    • 96.77% 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

repl_rs0.2.8

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • Arg
  • ArgGroup
  • ArgMatches
  • Command
  • HelpContext
  • HelpEntry
  • Id
  • Parameter
  • Repl
  • Value
  • builder::Arg
  • builder::ArgGroup
  • builder::BoolValueParser
  • builder::BoolishValueParser
  • builder::Command
  • builder::EnumValueParser
  • builder::FalseyValueParser
  • builder::MapValueParser
  • builder::NonEmptyStringValueParser
  • builder::OsStr
  • builder::OsStringValueParser
  • builder::PathBufValueParser
  • builder::PossibleValue
  • builder::PossibleValuesParser
  • builder::RangedI64ValueParser
  • builder::RangedU64ValueParser
  • builder::Str
  • builder::StringValueParser
  • builder::StyledStr
  • builder::Styles
  • builder::TryMapValueParser
  • builder::UnknownArgumentValueParser
  • builder::ValueParser
  • builder::ValueRange
  • builder::styling::Ansi256Color
  • builder::styling::EffectIter
  • builder::styling::Effects
  • builder::styling::Reset
  • builder::styling::RgbColor
  • builder::styling::Style
  • builder::styling::Styles
  • parser::ArgMatches
  • parser::IdsRef
  • parser::Indices
  • parser::RawValues
  • parser::Values
  • parser::ValuesRef

Enums

  • ArgAction
  • ColorChoice
  • Error
  • ValueHint
  • builder::ArgAction
  • builder::ArgPredicate
  • builder::Resettable
  • builder::ValueHint
  • builder::styling::AnsiColor
  • builder::styling::Color
  • parser::MatchesError
  • parser::ValueSource

Traits

  • Args
  • CommandFactory
  • Convert
  • FromArgMatches
  • HelpViewer
  • Parser
  • Subcommand
  • ValueEnum
  • builder::IntoResettable
  • builder::TypedValueParser
  • builder::ValueParserFactory

Macros

  • arg
  • command
  • crate_authors
  • crate_description
  • crate_name
  • crate_version
  • initialize_repl
  • value_parser

Type Aliases

  • Callback
  • Result