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

Implement Get::html() for all platforms #163

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Gae24
Copy link

@Gae24 Gae24 commented Oct 12, 2024

I was unable to run tests, since there was a panic on lib.rs:283, but by running the example I was able to confirm it works on windows and linux.
Closes #130 and #157.

@Gae24
Copy link
Author

Gae24 commented Oct 17, 2024

It's ready now. But maybe this could be dropped now:

let html = format!(
    r#"<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body>{html}</body></html>"#,
);

@Gae24
Copy link
Author

Gae24 commented Nov 1, 2024

@complexspaces sorry to bother, but what do you think of the changes?

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.

1 participant