Rust Software Testing Tools

View 236 business solutions

Browse free open source Rust Software Testing Tools and projects below. Use the toggles on the left to filter open source Rust Software Testing Tools by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 1

    winrk

    Winrk is an HTTP benchmarking tool for Windows users, inspired by wrk.

    Winrk is a modern high-performance HTTP benchmarking tool for Windows. Inspired by the popular wrk utility, Winrk provides similar capabilities but is fully compatible with the Windows platform, making it ideal for developers and testers who need to stress-test web servers without relying on Linux or WSL. Written in Rust, Winrk leverages native multithreading and asynchronous networking to generate a high number of requests per second with minimal overhead. It is easy to use, fast to deploy, and built with stability and precision in mind. Whether you're testing local services or public APIs, Winrk helps you analyze performance, latency, and throughput under load, right from the Windows command line. Source code: https://github.com/fomalhaut88/winrk
    Downloads: 35 This Week
    Last Update:
    See Project
  • 2
    Zerocopy

    Zerocopy

    Zerocopy makes zero-cost memory manipulation effortless

    Zerocopy is a Rust library designed to make zero-cost memory manipulation both safe and effortless. It allows developers to reinterpret or convert raw byte sequences into structured types—and vice versa—without writing unsafe code directly. The crate provides safe abstractions for transmuting data while preserving Rust’s strict safety guarantees, removing the need for manual memory manipulation. Zerocopy introduces a suite of conversion traits such as TryFromBytes, FromBytes, IntoBytes, and FromZeros for defining how types can be safely constructed from or written to byte sequences. It also includes marker traits like KnownLayout, Immutable, and Unaligned to define type characteristics used in conversions. Complementing these traits are conversion macros that perform compile-time checks to ensure size and alignment safety, providing zero runtime overhead for unconditional casts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Drill

    Drill

    Drill is an HTTP load testing application written in Rust

    Drill is an HTTP load-testing application written in Rust. The main goal for this project is to build a really lightweight tool as an alternative to other that require JVM and other stuff. You can write benchmark files, in YAML format, describing all the stuff you want to test. It was inspired by Ansible syntax because it is really easy to use and extend. As you can see, you can play with interpolations in different ways. This will let you specify a benchmark with different requests and dependencies between them. Right now, the easiest way to get drill is to go to the latest release page and download the binary file for your platform. OpenSSL is needed in order to compile Drill, whether it is through cargo install or when compiling from source with cargo build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next