kkawakam / rustyline

Readline Implementation in Rust
https://crates.io/crates/rustyline/
MIT License
1.52k stars 175 forks source link

Add `HistoryHinter::default()` and `HistoryHinter::new()` #710

Closed segeljakt closed 1 year ago

segeljakt commented 1 year ago

This allows me to #[derive(Default)] when using a HistoryHinter (like the other provided rustyline utilities).

gwenn commented 1 year ago

Thanks.