opml/opml_api
SirWindfield 88d96dea73 feat: add convenience methods for (de)serialization
The commit adds a from_reader and to_writer method implementation to
make it easier to work with IO streams.

Additionally, I have deprecated the `new` and `to_xml` functions in
favor of functions that match the naming scheme of serde crates more
closely: `from_str` and `to_string`.
2021-03-22 22:31:59 +01:00
..
examples Consolidate the API and CLI into one repository with Cargo workspaces. 2020-08-28 13:37:29 +02:00
source feat: add convenience methods for (de)serialization 2021-03-22 22:31:59 +01:00
tests Version 1.0.0 2021-03-22 12:50:59 +01:00
Cargo.toml Version 1.0.1 2021-03-22 14:04:25 +01:00