once-cell-regex 0.2.1

This crate just gives you the `regex` macro from the `once_cell` docs!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Unreleased

# Version 0.2.1 (2020-12-10)

- Added `byte_regex` and `byte_regex_multi_line` macros.

# Version 0.2.0 (2020-11-04)

- The macros once again only accepts literals, since as it turns out, accepting expressions is a big footgun.
- Updated both `once_cell` and `regex`.

# Version 0.1.1 (2020-03-05)

- The macros now accept expressions, instead of just literals.

# Version 0.1.0 (2019-11-20)

- Initial release! 🎉