jazzdotdev / jazz

The Scripting Engine that Combines Speed, Safety, and Simplicity
Apache License 2.0
146 stars 11 forks source link

brotli bindings (compression) #221

Open naturallymitchell opened 5 years ago

naturallymitchell commented 5 years ago

https://github.com/dropbox/rust-brotli

related #91

dariusc93 commented 5 years ago

Are you wanting it to use stream or you just want it to compress/decompress files with it for now?

naturallymitchell commented 5 years ago

compress/decompress files

aside: I believe stream support would depend on #22