Hey Rustaceans! Got a question? Ask here! (47/2022)!

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rust-bindgen

    THIS CRATE IS DEPRECATED, please use https://github.com/servo/rust-bindgen. (by Yamakaky)

  • Maybe bindgen is a possibility for you?

  • cbindgen

    A project for generating C bindings from Rust code

  • Or alternatively cbindgen to create the header file from the Rust source.

  • 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
  • wintrayinfo

    A Rust based Windows systray app that has BGInfo like capabiities

  • Codebase: https://github.com/technion/wintrayinfo/blob/main/src/main.rs

  • source code: https://gitlab.com/boreec/brian-s-brain

  • cmder

    Lovely console emulator package for Windows

  • When I run my program in cmd.exe it looks fine, but when I run it in cmder it draws to a new line every time it increments. Any idea how I could fix that?

  • book

    The Rust Programming Language

  • crates.io

    The Rust package registry

  • Just going to https://crates.io and typing in "reflection" or "reflect" will show you a few others that might have different ergonomics and such.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rspotify

    Spotify Web API SDK implemented on Rust (by ramsayleung)

  • Link to the example code (Line 42)

  • nom

    Rust parser combinator framework

  • https://github.com/Geal/nom According to its readme, it can work without std (though I wonder why you'd want that).

  • rust

    Empowering everyone to build reliable and efficient software.

  • Vanilla Rust only supports a short list of receiver types for methods of object-safe traits (The Reference) which is a subset of general receiver types (The Reference). #![feature(arbitrary_self_types)] lifts the restriction of the latter but not of the former (yet). Apparently it's still unanswered how method dispatch can be implemented and which restrictions should be in place. See the tracking issue and the linked relevant comment.

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