rustyline 14.0.0

Rustyline, a readline implementation based on Antirez's Linenoise
Documentation

rustyline

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 18 feature flags, 7 of them enabled by default.

default

  • custom-bindings
  • with-dirs
  • with-file-history

custom-bindings

  • radix_trie

with-dirs

  • home

with-file-history

  • fd-lock

radix_trie

  • dep:radix_trie

home

  • dep:home

fd-lock

  • dep:fd-lock

with-fuzzy

  • skim

rusqlite

  • dep:rusqlite

with-sqlite-history

  • rusqlite

buffer-redux

  • dep:buffer-redux

skim

  • dep:skim
  • regex

derive

  • rustyline-derive

rustyline-derive

  • dep:rustyline-derive

termios

  • dep:termios

regex

  • dep:regex

signal-hook

  • dep:signal-hook