Skip to content

Streaming feature collection deserializer #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 24, 2022

Conversation

bjornharrtell
Copy link
Contributor

@bjornharrtell bjornharrtell commented Mar 20, 2022

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

This is proposal to add FeatureIterator that can be used to deserialize features from a feature collection in a stream. It is more or less a specialized version of the example code at serde-rs/serde#903 (comment).

I'm very new at Rust so please excuse if I have made some rookie mistakes.

@urschrei
Copy link
Member

Hi @bjornharrtell! This looks like a great addition and I think we'd be delighted to have it. I'm going to leave this open for a few more days to see what others think, but the only real addition I'd like to see is some top-level documentation noting that it's available and pointing to an example.

@bjornharrtell
Copy link
Contributor Author

@urschrei great :) I'll try to find time asap to improve the docs situation.

@bjornharrtell
Copy link
Contributor Author

@urschrei I've added what I think might be good enough docs. I feel example is overkill as the contained unit tests demonstrate the use.

@urschrei
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 24, 2022

Build succeeded:

  • build_and_test

@bors bors bot merged commit 5d0b5a9 into georust:master Mar 24, 2022
@bjornharrtell bjornharrtell deleted the feature_iterator branch March 24, 2022 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants