Man, Rust has me addicted!

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

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  • Have you tried Nim? It's like Python syntax-wise but with static typing and compiles to C (then to assembly) / WASM / Javascript. It also has a garbage collector which you can disable and manage memory manually if you want.

  • awesome-wasm

    WebAssembly FTW (by katopz)

  • Wasm = Web Assembly which can be use nearly everywhere = You can use Rust nearly everywhere by compile it to Wasm. Read more here šŸ‘‰ https://github.com/katopz/awesome-wasm

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

  • If you want a more out of the box experience writing modern embedded, I would suggest to try https://platformio.org as package manager and build platform. It supports tons of boards, libraries and frameworks. \ 2 days ago, I had an art installation borked at the other side of the country. It was literally the following to get going: - hook up laptop with SSH and micro-USB connector to the NodeMCU. - Install platformio and clone the Git repo. repo - Run the tooling to upload diagnostic tooling to see what was wrong. - Tell the guy on the other end what to do to fix it.

  • PlatformIO

    Your Gateway to Embedded Software Development Excellence :alien:

  • If you want a more out of the box experience writing modern embedded, I would suggest to try https://platformio.org as package manager and build platform. It supports tons of boards, libraries and frameworks. \ 2 days ago, I had an art installation borked at the other side of the country. It was literally the following to get going: - hook up laptop with SSH and micro-USB connector to the NodeMCU. - Install platformio and clone the Git repo. repo - Run the tooling to upload diagnostic tooling to see what was wrong. - Tell the guy on the other end what to do to fix it.

  • book

    The Rust Programming Language

  • Online doc

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