From 7c920391403d84baa86fdfddfe9ec9e1a98aa918 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 7 May 2022 17:16:11 -0700 Subject: [PATCH] add examples to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00645bb..6b18a6c 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,10 @@ Start with creating a `Behaviour` struct and populating it with your desired set Define a struct fulfilling the `imp::EventHandler` trait with all your custom event handling code. -Finally, run the imp `my_imp.event_loop(Box::new(custom_event_handler));` \ No newline at end of file +Finally, run the imp `my_imp.event_loop(Box::new(custom_event_handler));` + +## Examples + +- Private [rust-bert](https://github.com/guillaume-be/rust-bert) chat bot - [rust-bert-bot](https://git.openprivacy.ca/dan/rust-bert-bot) +- Public utility bot - [Cwtch Update Bot](https://git.openprivacy.ca/dan/update_bot/) +