.. | ||
rustyline-async@d589463925 | ||
history.rs | ||
line.rs | ||
README.md |
The code is this directory is a hacked and cut back version of https://github.com/zyansheep/rustyline-async
In particular, we only use the history and line state machine part of it, not the intended async interface of that crate (which is not a good fit for our needs, and uses standard input).
rustyline-async was released into the public domain under the Unlicense. Thank you to the original authors!