More malware is shifting to Rust

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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/).

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

  • I seen people say that () is similar to void in C. But what is similar to void*?

    1 project | /r/rust | 27 Mar 2023
  • Kernel Headers for Windows could soon make it into windows-rs

    5 projects | /r/rust | 22 Feb 2023
  • Noob question - Can I see what my used cargo crate has inside?

    1 project | /r/rust | 4 Aug 2021
  • Building Outer Wonders, our Rust/SDL2 puzzle game, for Windows

    1 project | /r/rust | 21 Jun 2021
  • Hey Rustaceans! Got an easy question? Ask here (23/2021)!

    3 projects | /r/rust | 7 Jun 2021

Did you know that Rust is
the 5th most popular programming language
based on number of references?