Closed michaelkirk closed 4 months ago
bors d+
(needs rebase)
:v: michaelkirk can now approve this pull request. To approve and merge a pull request, simply reply with bors r+
. More detailed instructions are available here.
Sorry that I didn't merge this a long time ago!
I've made a couple minor changes but the thrust is the same. Can I get another review?
[x] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.The real motivation for this pull request, is that I was trying to look up some basic usage of the geojson crate and it took me uncomfortably long. Our documentation has grown over time and become a bit long winded in my experience.
So I was looking for ways to simplify our documentation, and noticed the couple paragraphs devoted to
quick_collection
. Sincequick_collection
converts&GeoJson -> Result<geo_types::GeometryCollection>
, I think it will be more discoverable under the idiomaticTryFrom
trait, and because it's working like the idiomaticTryFrom
trait, I think we can truncate some of the documentation.