rocket_async_compression 0.1.2

Response compression in both gzip and brotli formats for the Rocket webserver using the async-compression library
Documentation
1
2
3
4
5
6
7
8
9
10
11

tasks:
  - name: Cargo
    init: |
      cargo fetch
      cargo build

vscode:
  extensions:
    - rust-lang.rust
    - tamasfe.even-better-toml