We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cb3c3 commit 7229f96Copy full SHA for 7229f96
README.md
@@ -1,3 +1,18 @@
1
+[![MIT][s2]][l2] [![Latest Version][s1]][l1] [![docs][s3]][l3] [![Chat on Miaou][s4]][l4]
2
+
3
+[s1]: https://img.shields.io/crates/v/lazy-regex.svg
4
+[l1]: https://crates.io/crates/lazy-regex
5
6
+[s2]: https://img.shields.io/badge/license-MIT-blue.svg
7
+[l2]: LICENSE
8
9
+[s3]: https://docs.rs/lazy-regex/badge.svg
10
+[l3]: https://docs.rs/lazy-regex/
11
12
+[s4]: https://miaou.dystroy.org/static/shields/room.svg
13
+[l4]: https://miaou.dystroy.org/3
14
15
16
# lazy-regex
17
18
Use the `regex!` macro to build regexes:
0 commit comments