diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-01 16:07:37 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-01 16:07:37 -0600 |
commit | f94e6622872e02447cae11ca878b7d3289921553 (patch) | |
tree | f1d2eac667bfdcc510d5e600560006ab2ffd240f | |
parent | 46a6893d6e0646a552e5b7f4086c75e2b745a3bf (diff) | |
download | bird-machine-f94e6622872e02447cae11ca878b7d3289921553.tar.gz bird-machine-f94e6622872e02447cae11ca878b7d3289921553.zip |
add disclaimer
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,8 @@ Compile your regular expressions at compile time. +**Almost none of this has actually been implemented yet. Do not use this yet.** + ## Example: find a date ```rust @@ -2,6 +2,8 @@ //! //! Compile your regular expressions at compile time. //! +//! **Almost none of this has actually been implemented yet. Do not use this yet.** +//! //! ## Example: find a date //! //! ```rust |