fixed readme rust sample, added readme to lib.rs docs for doctest, bumped version

This commit is contained in:
Scott Lessans 2025-08-05 11:18:34 -07:00
parent eeece1861c
commit b1b6c5fe9a
4 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]
pub mod chat;
mod encoding;
mod registry;