From 28ac6f9f527098313246adfd4fb1fed2cc45daec Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Mon, 21 Feb 2022 21:37:56 +0100 Subject: [PATCH 1/2] 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 From 7c9d1390310621cf94f5618cb2998ef4c43587d5 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Mon, 21 Feb 2022 22:08:41 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Benjamin Kampmann --- labs/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/labs/README.md b/labs/README.md index 8987878e0..fa87952d0 100644 --- a/labs/README.md +++ b/labs/README.md @@ -4,13 +4,18 @@ This directory contains experiments, work-in-progress crates, or other code and 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. +Lab projects might be abandoned 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; +## Current experiments -TBD \ No newline at end of file +TBD + + +## Archived experiments + +_Link to PR that deleted the experiment from the repo, newest first_: \ No newline at end of file