rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
419 stars 52 forks source link

No from_url function in documentation #67

Closed Fofeu closed 6 years ago

Fofeu commented 6 years ago

The README file talks about a function named from_url. However, there is no such function in the documentation.

frewsxcv commented 6 years ago

fixed in https://github.com/rust-syndication/rss/commit/2eaf0a583d72bfac39a7b08e0891e145b86f4901 and https://github.com/rust-syndication/rss/commit/129c597258d7ed7a6887098e9d1c15bfaca8ab01

you can now see from_url on the latest master documentation:

https://rust-syndication.github.io/rss/rss/struct.Channel.html#method.from_url

you won't see from_url on docs.rs until a new version is published