From b439a2a854da55f51a878b51a1186a66e12e66bb Mon Sep 17 00:00:00 2001 From: Anh Mai Date: Fri, 4 Oct 2019 18:10:37 +0700 Subject: [PATCH] Add fake-rs This library is used for generating fake data like name, email, phone number --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51cff6e..02bd465 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [rust-fuzz/afl.rs](https://github.com/rust-fuzz/afl.rs) — A Rust fuzzer, using [AFL](http://lcamtuf.coredump.cx/afl/) [](https://travis-ci.org/rust-fuzz/afl.rs) * [tarpaulin](https://crates.io/crates/cargo-tarpaulin) — A code coverage tool designed for Rust [](https://travis-ci.org/xd009642/tarpaulin) * [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 [](https://travis-ci.org/cksac/fake-rs) ### Transpiling