Skip to content

tmsdev82/rust-yaml-file-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read and write to a YAML file with Rust

This repo is a small example of how to read from a YAML file and deserialize the data to an object. It also shows how to update the object and save it to a new YAML file.

This project is the result of an article on my blog: How to read and write YAML in Rust with Serde

Running the project

This is a very simple project and requires no configuration:

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages