docs: ensure docs are well-linked, fed and washed

This commit is contained in:
multisn8 2024-01-18 22:24:03 +01:00
parent 6395efbeab
commit d8e08459a0
Signed by untrusted user: multisamplednight
GPG key ID: 6D525AA147CBDAE2
2 changed files with 7 additions and 7 deletions

View file

@ -2,6 +2,10 @@
//!
//! Sacrifices type expressivity for the sake of typability in [RON] files.
//!
//! **If you want to construct a graph IR programmatically,
//! use [`crate::GraphIr`] directly instead,
//! as it gives you more control to specify where your instructions came from.**
//!
//! [RON]: https://docs.rs/ron/latest/ron/
use serde::{Deserialize, Serialize};