From 8d5f944e0572eb78f8092bffc09b4930e9b03a96 Mon Sep 17 00:00:00 2001 From: refcell Date: Fri, 25 Oct 2024 09:06:06 -0400 Subject: [PATCH] feat: Development Warning (#110) ### Description Adds an "in development" warning. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 784503a..ad7651b 100644 --- a/README.md +++ b/README.md @@ -24,20 +24,26 @@ ## Overview -_**op**timism-**r**ust_ - -`op-rs` is a suite of portable, modular `std` OP Stack components. +**op**_timism_-**r**_ust_ (`op-rs`) is a suite of portable, modular `std` OP Stack components. [bin/](./bin/) provides a host of binary applications that compose [crates](./crates/). + +## Development Status + +`op-rs` is currently in active development, and is not yet ready for use in production. + + ## Security Specifications around security are provided in [Security.md](./Security.md). + ## Contributing Contributing guidelines are outlined in [Contributing.md](./Contributing.md). + ## License