| Crates.io | codegenrs |
| lib.rs | codegenrs |
| version | 3.0.2 |
| created_at | 2019-09-28 20:11:17.103279+00 |
| updated_at | 2024-07-25 13:42:20.828275+00 |
| description | Moving code-gen our of build.rs |
| homepage | |
| repository | https://github.com/crate-ci/codegenrs |
| max_upload_size | |
| id | 168490 |
| size | 26,467 |
Moving code-gen out of our
build.rs
codegenrs makes it easy to get rid of code-gen in build.rs, reducing build times for your crate and those that depend on it
This is done by:
[[bin]] crate that does code-gen using codegenrs--check step in your CI to ensure your code-gen is neither out of
date or been human edited.imperative example:
wordlist_codegen.rsimperative-codegenLicensed under either of
at your option.