doku 0.21.1

A framework for documenting Rust data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod of_fields;
mod of_transparent;
mod with_comments;
mod with_deep_nesting;
mod with_examples;
mod with_flattened_field;
mod with_flattened_transparent_field;
mod with_generics;
mod with_generics_and_trait;
mod with_literal_examples;
mod with_multiline_comment;
mod with_nested_arrays;
mod with_optional_field;