aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
2 files changed, 4 insertions, 0 deletions
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