You've been very accepting of my PRs so far; one more - the last for now.
a) Added further utility functions to char_classes (+ trivial testing)
b) Amended set.rs to allow RangeToInclusive and RangeInclusive
c) Made range.rs and set.rspub(crate) rather than pub; This is a big assumption that was the intention.
The last two changes are partly in response to issue https://github.com/J-F-Liu/pom/issues/58, and partly to align with the prior change for Range(To)Inclusive.
This time I have bumped the version# up to 3.3.1. I don't know how / when the crate gets published to crates.io though...
You've been very accepting of my PRs so far; one more - the last for now.
a) Added further utility functions to char_classes (+ trivial testing) b) Amended
set.rs
to allowRangeToInclusive
andRangeInclusive
c) Maderange.rs
andset.rs
pub(crate)
rather thanpub
; This is a big assumption that was the intention.The last two changes are partly in response to issue https://github.com/J-F-Liu/pom/issues/58, and partly to align with the prior change for Range(To)Inclusive.
This time I have bumped the version# up to 3.3.1. I don't know how / when the crate gets published to
crates.io
though...