summaryrefslogtreecommitdiffstats
path: root/examples/simple/src/main.rs
AgeCommit message (Collapse)Author
2021-03-14Rename try_into/try_fromMatthias Beyer
Because of the clash in names with the TryInto and TryFrom traits, we're renaming the functions here to try_serialize/try_deserialize. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-13Fix imports for new crate nameMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Tested-by: Matthias Beyer <mail@beyermatthias.de>
2019-01-02Update example deprecated methodAlex Widener
Update deprecated `deserialize` to use the preferred `try_into`.
2017-07-30Remove ConfigResult; close #36Ryan Leckey
2017-06-22Add builder API to ConfigRyan Leckey