kkawakam / rustyline

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

Add derive feature that reexports rustyline-derive's API #670

Closed figsoda closed 1 year ago

gwenn commented 1 year ago

Check:

figsoda commented 1 year ago

cargo doc

not sure what documentation to add since there wasn't any for rustyline-derive, but it does show up in the Derive macros section on docs.rs

image

gwenn commented 1 year ago

cargo doc

not sure what documentation to add since there wasn't any for rustyline-derive, but it does show up in the Derive macros section on docs.rs

I am not sure if it is possible but ideally they should be marked as available only with derive feature like here.

figsoda commented 1 year ago

that seems to be possible, I have added that

gwenn commented 1 year ago

Thanks !