docs: use README.md for crates lib.rs doc

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-10-28 17:02:04 +04:00 committed by Benoît Cortier
parent 7bf699cdcd
commit bf56a7fc80
26 changed files with 38 additions and 7 deletions

View file

@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]
#[macro_use]
extern crate tracing;