Docs.rs
  • shrs_line-0.0.4
    • shrs_line 0.0.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • MrPicklePinosaur
    • Dependencies
      • anyhow ^1 normal
      • arboard ^3.2.0 normal
      • crossterm ^0.26 normal
      • derive_builder ^0.12 normal
      • dirs ^5 normal
      • shrs_core ^0.0.4 normal
      • shrs_lang ^0.0.4 normal
      • shrs_utils ^0.0.4 normal
      • shrs_vi ^0.0.4 normal
      • tempfile ^3.9 normal
      • thiserror ^1 normal
      • trie-rs ^0.1 normal
      • unicode-width ^0.1 normal
    • Versions
    • 59.85% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

shrs_line0.0.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • buffer_history::DefaultBufferHistory
  • completion::Completion
  • completion::CompletionCtx
  • completion::DefaultCompleter
  • completion::Pred
  • completion::Rule
  • cursor::CursorStyle
  • highlight::DefaultHighlighter
  • highlight::ShrsSyntaxTheme
  • highlight::SyntaxHighlighter
  • hooks::LineModeSwitchCtx
  • line::Line
  • line::LineBuilder
  • line::LineCtx
  • menu::DefaultMenu
  • painter::Painter
  • prompt::DefaultPrompt

Enums

  • completion::ReplaceMethod
  • line::HistoryInd
  • line::LineBuilderError
  • line::LineMode

Traits

  • buffer_history::BufferHistory
  • completion::Completer
  • highlight::Highlighter
  • highlight::SyntaxTheme
  • line::Readline
  • menu::Menu
  • prompt::Prompt
  • vi::ViCursorBuffer

Functions

  • completion::arg_pred
  • completion::builtin_cmdname_action
  • completion::cmdname_action
  • completion::cmdname_eq_pred
  • completion::cmdname_pred
  • completion::default_format
  • completion::default_format_with_comment
  • completion::filename_action
  • completion::flag_pred
  • completion::git_pred
  • completion::long_flag_pred
  • completion::path_pred
  • completion::short_flag_pred

Type Aliases

  • completion::Action
  • completion::Filter
  • completion::Format
  • menu::Out
  • menu::SortFn