summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-01-14 01:08:09 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-01-14 01:08:09 -0300
commit55161ce3c7a5487b0ed8597e9daa50261b549489 (patch)
tree5fc8dea2d58cdaf75d4e821a3c4724d753680c4a /README.md
[Project] Self-Ref Cell Environment
Possibly-unsound extensions to `selfref`
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5decae9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# Self-Ref Cell Environment (SRCE)
+
+SRCE is a way to open and close an `LCellOwner`, thus allowing the use of 
+`LCell` with tokio.
+
+It is based on `qcell` and `selfref`.
+
+This crate has not been audited for soundness at this time.