File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.14.2 (2020 Feb 2)
5+ --------------------
6+
7+ Added ` Regex::is_ascii() ` method to check if the regex is ASCII-only.
8+
9+ Added type ` Encoding ` to represent ASCII, UTF-8 or binary encoding.
10+ Added ` Regex::encoding() ` method to return the narrowest string encoding.
11+
12+ Added type ` EncodedString ` to adjoin a byte string with its encoding.
13+ Added an additional ` impl Distribution<EncodedString> for Regex ` .
14+
415v0.14.1 (2020 Jan 27)
516---------------------
617
Original file line number Diff line number Diff line change 11[package ]
22name = " rand_regex"
3- version = " 0.14.1 "
3+ version = " 0.14.2 "
44authors = [
" kennytm <[email protected] >" ]
55description = " Generates random strings and byte strings matching a regex"
66repository = " https://github.com/kennytm/rand_regex"
You can’t perform that action at this time.
0 commit comments