rustyline 13.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 17 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-sqlite-history

  • rusqlite

rusqlite

  • dep:rusqlite

termios

  • dep:termios

with-fuzzy

  • skim

rustyline-derive

  • dep:rustyline-derive
  • regex

derive

  • rustyline-derive

skim

  • dep:skim

signal-hook

  • dep:signal-hook

regex

  • dep:regex