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

Render trait #12

Closed
wants to merge 2 commits into from
Closed

Render trait #12

wants to merge 2 commits into from

Conversation

kmaasrud
Copy link
Collaborator

@kmaasrud kmaasrud commented Feb 10, 2023

This adds the trait proposed in #10 and implements the HTML renderer.

The changes are reflected in main.rs as well, which means this PR will conflict with #8. We can probably just fix this when merging, so shouldn't be an issue.

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/html.rs Outdated Show resolved Hide resolved
src/html.rs Outdated Show resolved Hide resolved
fix comments and error propagation
@kmaasrud
Copy link
Collaborator Author

All comments resolved. Mergable, @hellux?

@hellux hellux closed this in 77f4a91 Feb 11, 2023
@hellux
Copy link
Owner

hellux commented Feb 11, 2023

All comments resolved. Mergable, @hellux?

Yes, looks good, thanks for the patches!

When merging I noticed some places that used the old html::write/push were not updated. Updated those while merging.

Need to setup CI that builds all crates in the repo..

@kmaasrud kmaasrud mentioned this pull request Feb 11, 2023
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