1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//! # Serde YML Examples
//!
//! This crate contains examples that demonstrate the usage of the Serde YML library.
//!
//! The examples are organized into the following modules:
//!
//! - `loader` - Contains the example modules for the `loader` module.
//! - `with` - Contains the example modules for the `with` module.
//!
/// Contains the example modules for the `loader` module.
/// Contains the example modules for the `modules` module.
/// Contains the example modules for the `serializer` module.
/// Contains the example modules for the `value` module.
/// Examples for the `with` module.
/// Examples for the `tag` module.
/// The main function that runs all the example modules.
///
/// This function is responsible for running all the example modules.
/// It does this by calling the `main` function of each example module.
///