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

Removed need for xml-rs and log in projects using yaserde #115

Merged
merged 1 commit into from
Jul 6, 2021
Merged

Removed need for xml-rs and log in projects using yaserde #115

merged 1 commit into from
Jul 6, 2021

Conversation

oscartbeaumont
Copy link
Contributor

This is achieved by exporting xml-rs and log from the yaserde crate which is already included in projects using yaserde.

Then xml-rs can be accessed by ::yaserde::xml instead of ::xml and log can be accessed by ::yaserde::log instead of ::log.

This fixes issue #22 and is an improvement to the developer experience of using this crate.

@azzamsa
Copy link

azzamsa commented Jun 29, 2021

+1, I always need to do additional step such adding xml_rs and log just to use yaserde

@MarcAntoine-Arnaud
Copy link
Contributor

Very cool feature ! thank you @oscartbeaumont

@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit b97d90e into media-io:master Jul 6, 2021
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

3 participants