More malware is shifting to Rust

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

    Windows API and GUI in safe, idiomatic Rust.

    Let me know if these suit you. Feel free to open an issue if you need anything.

  • send-to-start

    A tool to add programs to Windows Start menu search without pinning them

    I looked through the rustdoc, and couldn't find bindings for IShellLinkW, SHGetKnownFolderPath, or SHGetStockIconInfo. If these are absent and I didn't miss it under a different name, this crate is incomplete to the point of being useless for the project I was working on (https://github.com/nyanpasu64/send-to-start/).

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

  • winapi-rs

    Rust bindings to Windows API

    Can't you choose to control what OS APIs you use if you use crates such as libc and winapi, or just directly using extern "C" { ... }/extern "system" { ... }, or even inline assembly for syscalls with llvm_asm! or asm!?

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