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

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

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

    Code for the website / Código para o site (by crdpa)

  • I started reading the rust book and am trying to reimplement some things similar to my site that i made using Go.

  • crates.io

    The Rust package registry

  • Sorry I forget to mention, I only published to crates.io, installed with cargo install and noticed the missing asset when executing the binary with .

  • 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
  • I've managed to reproduce it on both of my computers (windows 11 on both of them), repo with code for reproduction here: https://gitlab.com/Nystik/weird-move-behaviour-reproduction

  • wgpu

    Cross-platform, safe, pure-rust graphics api.

  • A fragment shader that takes a sampler and scales it up to the screen. Basically you use it on a couple of triangles that fill the window, and pass it the sampler in a uniform. I was once working on a crate that includes high-resolution upscaling (like nearest neighbor, but with antialiased pixel edges). That was back when wgpu 0.7, and I gave up because they still won't fix the fucking stretching issues, and even modern programs on Windows like lapce still have the same issue.

  • lapce

    Lightning-fast and Powerful Code Editor written in Rust

  • A fragment shader that takes a sampler and scales it up to the screen. Basically you use it on a couple of triangles that fill the window, and pass it the sampler in a uniform. I was once working on a crate that includes high-resolution upscaling (like nearest neighbor, but with antialiased pixel edges). That was back when wgpu 0.7, and I gave up because they still won't fix the fucking stretching issues, and even modern programs on Windows like lapce still have the same issue.

  • softbuffer

    Softbuffer integrates with the raw-window-handle crate to allow writing to a window in a cross-platform way while using the very high quality dedicated window management libraries that are available in the Rust ecosystem.

  • I have decided that wgpu is not worth it, and gone to softbuffer, which does not stretch, and works a whole lot better. Downside: no GPU and no scaling support.

  • sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  • SQLite is great and it's easy to use with https://github.com/launchbadge/sqlx.

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