summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-01-25 09:03:17 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-01-25 09:03:17 -0300
commitc31b7712a2daf8bafbf19f4b4af695ca33831aa1 (patch)
treecc1f651329a6a3840bebb2efff985a56cea2cf15 /README.md
parent55161ce3c7a5487b0ed8597e9daa50261b549489 (diff)
Deprecate for selfref HEAD default
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5decae9..8e7f54b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
 # Self-Ref Cell Environment (SRCE)
 
-SRCE is a way to open and close an `LCellOwner`, thus allowing the use of 
-`LCell` with tokio.
+**Deprecated:** This crate is deprecated in favor of `selfref`'s `srce` module.
+It was an experiment that's now integrated into `selfref`.
 
-It is based on `qcell` and `selfref`.
-
-This crate has not been audited for soundness at this time.
+It now merely re-exports the `srce` module.