trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows (by japaric)
tarpaulin
A code coverage tool for Rust projects (by xd009642)
trust | tarpaulin | |
---|---|---|
1 | 12 | |
1,254 | 2,500 | |
- | - | |
0.0 | 9.2 | |
almost 2 years ago | 7 days ago | |
Shell | Rust | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
trust
Posts with mentions or reviews of trust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-09.
-
I made a Rust CLI tool for migrating Jekyll blog posts to a Gatsby website
It's published on cargo and can be installed from there, I've also been trying to use [trust](https://github.com/japaric/trust) to automatically generate binaries in CI for people to install, although the deployment isn't working yet.
tarpaulin
Posts with mentions or reviews of tarpaulin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-14.
- Rust project test coverage
-
What are some good rust tools/extentions?
I’ll add tarpaulin, a crate I use for code coverage analysis.
-
Kudos to cargo-llvm-cov - really useful coverage reporting
Any pros/cons compared to tarpaulin?
-
Code Coverage Tooling
What about tarpaulin : https://github.com/xd009642/tarpaulin
- Measuring the coverage of a Rust program in Github Actions
-
Dare to ask for more #rust2024
Note that the tool cargo-tarpaulin provides code coverage.
-
Is there a rust way for doing TDD?
There is https://github.com/xd009642/tarpaulin for code coverage, but I'm not sure how widely it's used.
-
Uncovered Intermediate Topics
I know giving a link is not a tutorial, but I use https://github.com/xd009642/tarpaulin for this.
-
What's everyone working on this week (45/2021)?
Writing software test for [Toql](https://crates.io/crates/toql) and shaking out smaller bugs here and there. [Tarpaulin](https://github.com/xd009642/tarpaulin) is such a fantastic tool!
-
GlueSQL v0.7 - INDEX & ORDER BY are newly added.
Code quality also has become quite better than the last year. Almost codes in the project are tested by either unit or integration tests. Code coverage using tarpaulin is above 90%.
What are some alternatives?
When comparing trust and tarpaulin you can also consider the following projects:
proptest - Hypothesis-like property testing for Rust
cargo-llvm-cov - Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
stainless - Organized, flexible testing framework for Rust
Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Mockito - HTTP mocking for Rust!
Mockiato - A strict, yet friendly mocking library for Rust 2018
cargo-watch - Watches over your Cargo project's source.
polish - Testing Framework for Rust
Racer - Rust Code Completion utility