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

New, DOM-based kdl-rs implementation #29

Merged
merged 1 commit into from
Apr 22, 2022
Merged

New, DOM-based kdl-rs implementation #29

merged 1 commit into from
Apr 22, 2022

Conversation

zkat
Copy link
Member

@zkat zkat commented Nov 11, 2021

This implementation replaces the original kdl-rs with a "document-oriented" parser that's able to preserve the original sources, and allows programmatic editing while preserving existing formatting.

@tailhook tailhook mentioned this pull request Mar 28, 2022
@zkat zkat marked this pull request as ready for review April 22, 2022 09:12
This new version of kdl-rs is a complete rewrite that introduces
a formatting-aware-and-preserving parser, much like toml_edit et al.

BREAKING CHANGE: Completely new API and bumped MSRV to 1.56.0.
@zkat zkat merged commit 364ea61 into main Apr 22, 2022
@zkat zkat deleted the zkat/dom branch April 22, 2022 09:20
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.

None yet

1 participant