Awesome Rust Data streaming

  • bytes bytes 227
    star
    updated 10 months ago Apache License 2.0

    Wrapper types to enable optimized handling of &[u8] and Vec<u8>

  • sccache sccache 5,334
    star
    updated 12 days ago Apache License 2.0

    Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

  • tarpc tarpc 3,012
    star
    updated about 1 month ago MIT License

    An RPC framework for Rust with a focus on ease of use.

  • tower tower 3,247
    star
    updated about 1 month ago MIT License

    async fn(Request) -> Result<Response, Error>