From 55161ce3c7a5487b0ed8597e9daa50261b549489 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sat, 14 Jan 2023 01:08:09 -0300 Subject: [Project] Self-Ref Cell Environment Possibly-unsound extensions to `selfref` --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit 1.4.1