From f94e6622872e02447cae11ca878b7d3289921553 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 1 Apr 2021 16:07:37 -0600 Subject: add disclaimer --- README.md | 2 ++ src/lib.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 744a530..4d1736a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 1125d73..8d08a0d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 -- cgit v1.2.3