Created
May 12, 2020 11:50
-
-
Save tarquin-the-brave/24359df95089393bc200821e60f252a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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