Chad Baker
Results
2
issues of
Chad Baker
# Files to regenerate the error ## base_crate/Cargo.toml ```toml [package] name = "add-fields-to-struct" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macros...
# guidelines - get the simplest example working first then proceed to complexity # things to make sure to do - [ ] pytest set up to run tests and...