hugely improve docs, including adding tutorial page and improving accuracy to reflect changes

This commit is contained in:
askiiart 2024-12-02 00:18:52 -06:00
parent 3e37af540e
commit 057dd7574c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
9 changed files with 87 additions and 52 deletions

View file

@ -1,3 +1,6 @@
//! Links:
//! - **[Tutorial](notes::tutorial)**
//! - [Minor implementation and usage notes](notes::notes)
#![warn(missing_docs)]
#![doc = include_str!("../README.md")]
pub(crate) mod api;