bytes

Utilities for working with bytes (by tokio-rs)

Bytes Alternatives

Similar projects and alternatives to bytes

  • console

    a debugger for async rust! (by tokio-rs)

  • prost

    14 bytes VS prost

    PROST! a Protocol Buffers implementation for the Rust Language

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • text

    13 bytes VS text

    Haskell library for space- and time-efficient operations over Unicode text. (by haskell)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better bytes alternative or higher similarity.

bytes reviews and mentions

Posts with mentions or reviews of bytes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-08.
  • Bytes
    1 project | /r/rust | 30 Sep 2023
    Many Rust code examples I come across online represent bytes as &[u8] or Vec. However, there is a Bytes crate. Is there any reason for preferring the vector or the slice instead of this crate for bytes?
  • How do I give up ownership when passing to a different thread without using clone?
    1 project | /r/rust | 13 Dec 2021
    Take a look at the Bytes crate. With it, one can buffer bytes into a BufMut, and send borrowed slices as Bytes. Once the Bytes are freed, the BufMut takes care of reusing the capacity. Several of the web server frameworks use this, so it's fairly mature.
  • Tokio Console Dev Diary #1
    3 projects | /r/rust | 8 Sep 2021
    The project is led by the Tokio community — most of the implementation so far has been done by people who are Tokio project maintainers. Tokio hosts a number of libraries that aren't tightly coupled to the tokio crate's runtime, like prost and bytes. The name just means that the same group of people is committed to working on and maintaining it. :)
  • Why can’t unsafe code trust safe code?
    1 project | /r/rust | 18 Jun 2021
    Oh an libraries (or the std library) that want to write unsafe code that relies on some Trait's invariant will mark that trait `unsafe`, for example: https://github.com/tokio-rs/bytes/pull/432
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic bytes repo stats
4
1,764
8.0
9 days ago

tokio-rs/bytes is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of bytes is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com