Skip to content

Instantly share code, notes, and snippets.

@tarquin-the-brave
Created May 12, 2020 11:50
Show Gist options
  • Save tarquin-the-brave/24359df95089393bc200821e60f252a3 to your computer and use it in GitHub Desktop.
Save tarquin-the-brave/24359df95089393bc200821e60f252a3 to your computer and use it in GitHub Desktop.
let toml_from_yaml = serde_yaml::from_str::<toml::Value>(my_data_yaml)?;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment