You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems a bit silly to make a library about reading toml files but the examples provided "decode.rs" and "enum_external.rs" both read from a string variable embedded in the code, and not an actual example.toml file.
Please provide an example "basic.rs", this should be the capstone example that everyone goes to when trying to figure out how to use your library.
Here's what it should do:
Read from an actual toml file "assets/example.toml" (rather than an embedded string)
Read in each variable type, int, string, bool, array
print the result of each value.
Thanks
The text was updated successfully, but these errors were encountered:
Can you help me understand why you feel that is needed. From my perspective, those are std and serde concerns. toml has nothinc special to show in either case.
It seems a bit silly to make a library about reading toml files but the examples provided "decode.rs" and "enum_external.rs" both read from a string variable embedded in the code, and not an actual example.toml file.
Please provide an example "basic.rs", this should be the capstone example that everyone goes to when trying to figure out how to use your library.
Here's what it should do:
Thanks
The text was updated successfully, but these errors were encountered: