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

Provide io::Write, io::Read, and Stream APIs #9

Open
mmstick opened this issue May 18, 2017 · 1 comment
Open

Provide io::Write, io::Read, and Stream APIs #9

mmstick opened this issue May 18, 2017 · 1 comment

Comments

@mmstick
Copy link

mmstick commented May 18, 2017

I would like to use this directly with files located on the disk. The setup in my web server is to grab a file, compress it, and store it in a concurrent hash map. I'd like to be able to add this in so that I could grab a file handle and pass it into this, then pass that into the compression algorithm. Perhaps even provide a return type that implements io::Read in itself.

I could look into implementing it myself if you want that.

@GuillaumeGomez
Copy link
Owner

It's absolutely not ready for use right now. I'll take your remark/issue into account but for now, please don't use this crate. I'll rewrite the HTML minifier soon (the JS one should be usable).

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

No branches or pull requests

2 participants