serde_brief/docs/
mod.rs

1
2
3
4
5
6
7
//! Here lives more detailed documentation and explanations for this crate and its binary format.
//!
//! - [Format Specification](./format/index.html)

pub mod format {
	#![doc = include_str!("../../docs/format-specification.md")]
}