Skip to content
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

Add preserve_order feature to use LinkedHashMap instead of BTreeMap #16

Merged
merged 1 commit into from
Mar 21, 2016
Merged

Conversation

dtolnay
Copy link
Collaborator

@dtolnay dtolnay commented Mar 20, 2016

This allows the original order of keys in a YAML file to be preserved. The feature is off by default.

chyh1990 pushed a commit that referenced this pull request Mar 21, 2016
Add preserve_order feature to use LinkedHashMap instead of BTreeMap
@chyh1990 chyh1990 merged commit 64e6084 into chyh1990:master Mar 21, 2016
@dtolnay dtolnay deleted the order branch March 21, 2016 06:20
@dtolnay
Copy link
Collaborator Author

dtolnay commented Mar 21, 2016

Thanks! Would it be possible to get a 0.3.2 release within the next couple days? I am excited to use this.

@chyh1990
Copy link
Owner

Version bump to 0.3.2, available on crates.io.

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