docs: include readme in rust docs

This commit is contained in:
Jake Stanger 2023-04-21 23:50:49 +01:00
parent 246313136f
commit 07df51c249
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]
mod bar;
mod bridge_channel;
mod clients;