From 28ac6f9f527098313246adfd4fb1fed2cc45daec Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Mon, 21 Feb 2022 21:37:56 +0100 Subject: [PATCH] add labs folder --- labs/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 labs/README.md diff --git a/labs/README.md b/labs/README.md new file mode 100644 index 000000000..8987878e0 --- /dev/null +++ b/labs/README.md @@ -0,0 +1,16 @@ +# Experiments + +This directory contains experiments, work-in-progress crates, or other code and documentation, that +do not fall under the same stability guarantees as the main crates (`matrix-sdk`, +`matrix-sdk-crypto`, etc.). + +Code and documentation here may become unmaintained or outdated, and possibly removed at any time. + +--- + +That said, this directory is meant to freely explore unconventional or interesting ways the Matrix +Rust SDK can evolve, feel free to propose an experiment. + +Current experiments; + +TBD \ No newline at end of file