]> git.lizzy.rs Git - generate-random.git/commit
Initial commit
authorAlexander van Ratingen <470642+alvra@users.noreply.github.com>
Thu, 21 Apr 2022 20:16:02 +0000 (22:16 +0200)
committerAlexander van Ratingen <470642+alvra@users.noreply.github.com>
Thu, 21 Apr 2022 20:16:02 +0000 (22:16 +0200)
commit645d3f8d22136d58d65f034fc15ea748d751eb96
treebf55549077f17e9167194f6cb21fed41ec30ba03
Initial commit
13 files changed:
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
derive-macro/Cargo.toml [new file with mode: 0644]
derive-macro/src/handle_enum.rs [new file with mode: 0644]
derive-macro/src/handle_struct.rs [new file with mode: 0644]
derive-macro/src/lib.rs [new file with mode: 0644]
lib/Cargo.toml [new file with mode: 0644]
lib/src/lib.rs [new file with mode: 0644]
tests/Cargo.toml [new file with mode: 0644]
tests/src/lib.rs [new file with mode: 0644]