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

Initial serialize documentation and moving examples #106

Merged
merged 11 commits into from
Feb 8, 2021
Merged

Initial serialize documentation and moving examples #106

merged 11 commits into from
Feb 8, 2021

Conversation

brainstorm
Copy link
Contributor

@brainstorm brainstorm commented Feb 8, 2021

Showcasing XML attributes and children. Left to document or fix are: dependencies and pretty-printing.

Hopefully fixes #55 and hopefully also fixes #22 properly since it's confusing for new users.

Needs help on: XML Prettyprinting, can @MarcAntoine-Arnaud assist? :)

@coveralls
Copy link

coveralls commented Feb 8, 2021

Pull Request Test Coverage Report for Build 261

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 57.256%

Totals Coverage Status
Change from base Build 256: 0.0%
Covered Lines: 943
Relevant Lines: 1647

💛 - Coveralls

examples/svd/Cargo.toml Outdated Show resolved Hide resolved
examples/svd/Cargo.toml Outdated Show resolved Hide resolved
yaserde/src/lib.rs Show resolved Hide resolved
@MarcAntoine-Arnaud
Copy link
Contributor

Showcasing XML attributes and children. Left to document or fix are: dependencies and pretty-printing.

Hopefully fixes #55 and hopefully also fixes #22 properly since it's confusing for new users.

Needs help on: XML Prettyprinting, can @MarcAntoine-Arnaud assist? :)

Thank for this PR !
Not problem to help you, but what do you mean by XML Prettyprinting ?
Do you mean output XML with indent and returning lines ?

@brainstorm
Copy link
Contributor Author

Not problem to help you, but what do you mean by XML Prettyprinting ?
Do you mean output XML with indent and returning lines ?

Yeah, that, paste any one-line XML here:

https://developers.onelogin.com/saml/online-tools/xml-pretty-print

Just to avoid room for confusion... just indented and generally human-readable ;)

@brainstorm brainstorm changed the title Initial serialize documentation Initial serialize documentation and moving examples Feb 8, 2021
examples/src/svd/Cargo.toml Outdated Show resolved Hide resolved
yaserde/src/lib.rs Outdated Show resolved Hide resolved
@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit a65fa84 into media-io:master Feb 8, 2021
@brainstorm
Copy link
Contributor Author

brainstorm commented Feb 8, 2021 via email

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.

Generate first usage documentation 2018 edition requires adding xml-rs and log dependencies
3 participants