loader-rs 0.2.0

Rust interface to load generic objects from an URI
Documentation
Changelog
=========

0.2.0 (2019-05-26)
------------------
- Update code-base to deal with `json-trait-rs` update - [PR #1]https://github.com/macisamuele/loader-rs/pull/1

0.1.0 (2019-04-28)
------------------
- Initial project release
- Definition of generic `Loader` (and `LoaderTrait` trait)
- Implementation of trait for [`json::JsonValue`]https://github.com/maciejhirsz/json-rust/, [`serde_json::Value`]https://github.com/serde-rs/json/ and [`serde_yaml::Value`]https://github.com/dtolnay/serde-yaml.