rustyline 18.0.0

Rustyline, a readline implementation based on Antirez's Linenoise
Documentation
1
2
3
4
5
6
7
8
[licenses]
unused-allowed-license = "allow" # don't warn for unused licenses in this list
allow = [
    "BSL-1.0",
    "MIT",
    "Unicode-3.0",
    "Zlib",
]