KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
stubr
★ 71
Open GitHub ↗
Rust implementation of Wiremock
Download README (.md)
Explore Similar Repositories
java-testing-toolbox
:
:wrench: Testing Tools & Libraries Every Java Developer Must Know
wiremock-testcontainers-java
:
WireMock module for Testcontainers for Java
wiremock-body-transformer
:
Wiremock Body Transformer Extension
go-wiremock
:
Golang WireMock admin API client
wiremock-captain
:
A better way to use the WireMock simulator to test HTTP and gRPC APIs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stubr
?
Download (.md)
<h1 align="center">stubr</h1> <div align="center"> <strong> Wiremock rewritten in Rust </strong> </div> <br /> <div align="center"> <!-- Crates version --> <a href="https://crates.io/crates/stubr"> <img src="https://img.shields.io/crates/v/stubr.svg?style=flat-square" alt="Crates.io version" /> </a> <!-- Minimum Supported Rust Version --> <a href="rust: 1.56.1+"> <img src="https://img.shields.io/badge/rust-1.56.1%2B-green.svg" alt="rust: 1.56.1+" /> </a> <!-- Downloads --> <a href="https://crates.io/crates/stubr"> <img src="https://img.shields.io/crates/d/stubr.svg?style=flat-square" alt="Download" /> </a> <!-- docs.rs docs --> <a href="https://docs.rs/stubr"> <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /> </a> <!-- license --> <a href="LICENSE"> <img src="https://img.shields.io/badge/license-Apache_2-blue.svg?style=flat-square" alt="Apache 2" /> </a> <!-- CI status --> <a href="https://github.com/beltram/stubr/actions"> <img src="https://github.com/beltram/stubr/workflows/ci/badge.svg?style=flat-square&branch=main" alt="ci" /> </a> <!-- Code coverage --> <a href="https://coveralls.io/github/beltram/stubr?branch=main"> <img src="https://coveralls.io/repos/github/beltram/stubr/badge.svg?branch=main" alt="coverage" /> </a> </div> <br/> Adaptation of [wiremock-rs](https://github.com/LukeMathWalker/wiremock-rs) supporting existing [Wiremock](https://github.com/tomakehurst/wiremock) json stubs as input. Aims at reaching feature parity with [Wiremock](https://github.com/tomakehurst/wiremock) and be a drop-in replacement of the latter. Read the full documentation [here](https://beltram.github.io/stubr/html).