Read Yaml File in Rust
Dependencies
add yaml-rust = "0.4"
in your Cargo.toml or run cargo add yaml-rust
Code
1 |
|
1 |
|
result for cargo run:
1 |
|
References
Read Yaml File in Rust
https://xxiaoa.github.io/posts/d42e5e77/
add yaml-rust = "0.4"
in your Cargo.toml or run cargo add yaml-rust
1 |
|
1 |
|
result for cargo run:
1 |
|