Docs.rs
  • yatima-rustyline-0.2.0
    • yatima-rustyline 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • samuelburnham
    • Dependencies
      • bitflags ^1.3 normal
      • cfg-if ^1.0 normal
      • dirs-next ^2.0 normal optional
      • libc ^0.2 normal
      • log ^0.4 normal
      • memchr ^2.0 normal
      • radix_trie ^0.2 normal optional
      • regex ^1.5.5 normal optional
      • unicode-segmentation ^1.0 normal
      • unicode-width ^0.1 normal
      • assert_matches ^1.2 dev
      • doc-comment ^0.3 dev
      • env_logger ^0.9 dev
      • rand ^0.8 dev
      • tempfile ^3.1.0 dev
      • yatima-rustyline-derive ^0.1.0 dev
      • fd-lock ^3.0.0 normal
      • nix ^0.24 normal
      • signal-hook ^0.3 normal optional
      • skim ^0.9 normal optional
      • utf8parse ^0.2 normal
      • clipboard-win ^4.2.1 normal
      • scopeguard ^1.1 normal
      • winapi ^0.3 normal
    • Versions
    • 100% 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

yatima_rustyline0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Context
  • Editor
  • EventContext
  • KeyEvent
  • Modifiers
  • completion::FilenameCompleter
  • completion::Pair
  • config::Builder
  • config::Config
  • highlight::MatchingBracketHighlighter
  • hint::HistoryHinter
  • history::History
  • history::Iter
  • history::SearchResult
  • line_buffer::LineBuffer
  • validate::MatchingBracketValidator
  • validate::ValidationContext

Enums

  • Anchor
  • At
  • CharSearch
  • Cmd
  • Event
  • EventHandler
  • InputMode
  • KeyCode
  • Movement
  • Word
  • completion::Quote
  • config::Behavior
  • config::BellStyle
  • config::ColorMode
  • config::CompletionType
  • config::EditMode
  • config::HistoryDuplicates
  • error::ReadlineError
  • history::SearchDirection
  • line_buffer::WordAction
  • validate::ValidationResult

Traits

  • ConditionalEventHandler
  • ExternalPrinter
  • Helper
  • completion::Candidate
  • completion::Completer
  • config::Configurer
  • highlight::Highlighter
  • hint::Hint
  • hint::Hinter
  • validate::Validator

Functions

  • completion::escape
  • completion::extract_word
  • completion::longest_common_prefix
  • completion::unescape

Type Aliases

  • RepeatCount
  • Result