rust - doubility-sky/daydayup GitHub Wiki

Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages.

Learn

Libraries

  • iced A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by Elm.
  • imgui-rs, Rust bindings for dear imgui

Projects

  • Y2Z/monolith, CLI tool for saving complete web pages as a single HTML file
  • Tokio A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... https://tokio.rs

Resources