Commit Graph

8 Commits

Author SHA1 Message Date
e87d9c4726 docs(readme): fix badges (#9) 2025-02-28 01:31:43 +00:00
1b0bb32a3e docs(readme): fix links to randsmust package 2021-12-17 12:51:54 +00:00
22fe517baa feat(randsmust): add randsmust package
randsmust is specifically intended as an alternative to rands for use in
tests. All functions return a single value, and panic in the event of an
error. This makes them easy to use when building structs in test cases
that need random data.

Internally the package simply calls the equivalent function from the
rands package, and panics if a error is returned.
2021-12-17 11:03:32 +00:00
74dd8fb7e9 docs(examples): add error handling to examples 2021-12-17 01:48:41 +00:00
09883ed0d2 docs(readme): add UUID() example to readme 2021-03-16 02:25:50 +00:00
f13952d55e docs(readme): fix formatting issue 2021-01-20 03:14:20 +00:00
597fe535d3 feat(rands): initial implementation 2021-01-20 02:58:03 +00:00
3ddcfd415c chore: initial commit 2021-01-20 02:55:16 +00:00