fakeit icon indicating copy to clipboard operation
fakeit copied to clipboard

Fake data generator library with 130+ functions written in Rust

Results 7 fakeit issues
Sort by recently updated
recently updated
newest added

@PumpkinSeed @the-murph37 and I are developers trying to learn Rust. So any advice on conventions or whatever would be greatly appreciated.

hacktoberfest

Repeatable fake data is very important for testing use cases: - Integration tests where access to the original object is difficult or impossible. Example: one system creates data to be...

@PumpkinSeed, attempting to learn Rust along with @bbejot. I saw in his PR that you are away for a bit, so feel free to get back to me whenever you're...

There is a missing functionality in [payment.rs](https://github.com/PumpkinSeed/fakeit/blob/master/src/payment.rs). - Add **credit_card_luhn_number** body, whould generate a proper luhn validated credit card number.

enhancement
help wanted
good first issue

Add all of the possible tags to the resolve_tag function in generator.rs

enhancement
help wanted
good first issue

[string.go](https://github.com/brianvoe/gofakeit/blob/master/string.go)

enhancement
help wanted
good first issue

[number.go](https://github.com/brianvoe/gofakeit/blob/master/number.go)

enhancement
help wanted
good first issue