Hey Rustaceans! Got an easy question? Ask here (45/2021)!

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

    Empowering everyone to build reliable and efficient software.

  • I simplified your example and submitted an issue https://github.com/rust-lang/rust/issues/90713

  • vach

    A simple archiving format, designed for storing assets in compact and secure containers

  • I am working on a custom archive format (repo), so I could distribute assets with my games in a single package with support for compression, encryption and other stuff ( shameless plug? give or take ). I was thinking if I should make the archive writer multithreaded. It isn't slow, but I haven't compared it to other popular formats like zip, tar or rar.

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

    A feature-rich line editor - powering Nushell

  • Maybe try reedline or rustyline and see if they meet your needs?

  • rustyline

    Readline Implementation in Rust

  • Maybe try reedline or rustyline and see if they meet your needs?

  • unicode-security

    Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules.

  • I am trying to use this crate: https://github.com/unicode-rs/unicode-security

  • wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

  • wasm-bindgen doesn't support structs of custom types (https://github.com/rustwasm/wasm-bindgen/issues/111) - the best you can do is something like:

  • opencascade.js

    Port of the OpenCascade CAD library to JavaScript and WebAssembly via Emscripten.

  • Can I access a library that is compiled to WASM (e.g. openCascade.js) directly from a rust client web app that runs in the browser? The library is lgpl so I'd want to "dynamically link" to it.

  • 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