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

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

  • Ultralight

    Lightweight, high-performance HTML renderer for game and app developers.

  • I am looking for a library to integrate a HTML renderer for UI elements in my game. While searching for solutions I found https://ultralig.ht/ which exposes methods to render the browser view into a texture I can consume in my custom engine and upload to the GPU and render easily. However the Rust bindings have no useful documentation at all and the one and only example seems to create a specific window rather than using winit like I do.

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

    Rust / Wasm framework for creating reliable and efficient web applications

  • There are frameworks like Seed and Yew (has a similar philosophy to React) for creating web frontends using WASM, but you'll still need some JavaScript "glue" to hook the exported WASM functionality up to the DOM.

  • Seed

    A Rust framework for creating web apps

  • There are frameworks like Seed and Yew (has a similar philosophy to React) for creating web frontends using WASM, but you'll still need some JavaScript "glue" to hook the exported WASM functionality up to the DOM.

  • self_update

    Self updates for rust executables

  • Are there any good update libraries that implement digital signatures like ed25519? Like self_update but with digital signatures, or something like NetSparkle for rust. Assume I don't want to update from a github or anything.

  • NetSparkle

    NetSparkle is a C# cross-platform software update framework for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs.

  • Are there any good update libraries that implement digital signatures like ed25519? Like self_update but with digital signatures, or something like NetSparkle for rust. Assume I don't want to update from a github or anything.

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