Releases: SeriousBug/actix-web-rust-embed-responder
Releases · SeriousBug/actix-web-rust-embed-responder
2.2.0
This release switches to the latest 4.3 version of Actix Web, which added support for Cow
responses. This enables a big optimization for rust-embed, improving performance 10x or more in large files. rust-embed-for-web did not need this optimization, and still remains a bit faster than rust-embed.