proc-bitfield: a crate to expressively declare bitfield-like structs

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dust

    Discontinued A DS emulator written in Rust (by Kelpsy)

  • The crate is primarily geared towards the generation of structs representing hardware I/O registers (like in my own emulator, https://github.com/Kelpsy/dust), or other cases where the bitfield's layout is defined beforehand, and not auto-generated based on its fields.

  • rfcs

    RFCs for changes to Rust

  • Some discussion and links to more in https://github.com/rust-lang/rfcs/pull/3113

  • 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
  • proc-bitfield

    A Rust crate to expressively declare bitfield-like structs

  • I've added more examples using every option in version 0.2.0, hopefully enough to make things clearer! They're available on the crates.io page as well as on GitHub, while docs.rs contains the already present API and syntax docs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts