diff options
| -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  |