Junzhuo ZHOU
Junzhuo ZHOU
Hey, Thank you for creating this awesome work! I’ve made some improvements while using this crate and wanted to share [my fork](https://github.com/zao111222333/molt-forked). I would be delighted if some of my...
See https://github.com/gwenn/rustyline/pull/4 And I add a new `example/bracket_parser.rs` to demo `Parser` trait.  btw, rightnow I have no idea how to represent `change: InputEdit`.
This PR aims to close https://github.com/serde-rs/serde/issues/939, close https://github.com/serde-rs/serde/issues/642 The basic idea is only specify validate function(s) in container attribute, since it is the most general way. One can directly use...
I wonder whether `IndexSet::entry` is in the roadmap, if yes, I can try to submit PR. Like the one in [`hashbrown::HashSet`](https://github.com/rust-lang/hashbrown/blob/v0.15.1/src/set.rs#L998-L1003), for `IndexSet` it will be ```rust impl IndexSet where...