mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-16 12:18:25 +00:00
Merge pull request #1021 from PrototypeNM1/patch-1
Add cargo-dinghy to Testing
This commit is contained in:
commit
da15365ee0
1 changed files with 1 additions and 0 deletions
|
@ -687,6 +687,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
|
|||
* [trust](https://github.com/japaric/trust) — A Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
|
||||
* [fake-rs](https://github.com/cksac/fake-rs) — A library for generating fake data [![build badge](https://api.travis-ci.org/repositories/cksac/fake-rs.svg?branch=master)](https://travis-ci.org/cksac/fake-rs)
|
||||
* [goldenfile](https://github.com/calder/rust-goldenfile) - A library providing a simple API for goldenfile testing. [![build badge](https://api.travis-ci.org/calder/rust-goldenfile.svg?branch=master)](https://travis-ci.org/calder/rust-goldenfile)
|
||||
* [cargo-dinghy](https://crates.io/crates/cargo-dinghy/) - A cargo extension to simplify running library tests and benches on smartphones and other small processor devices.
|
||||
|
||||
### Transpiling
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue