Hi! I just discovered jdt and this crate and it looks really great! Thanks for all the hard work here.
I was wondering, is it possible to install this package from crates.io and generate code on the build.rs of a project? I saw that it's available from brew which is nice, but I was looking for a more portable way, where it's a dependency attached to the project and reads a json and auto generate rust code when I do cargo build/run on my project.
Hi! I just discovered jdt and this crate and it looks really great! Thanks for all the hard work here.
I was wondering, is it possible to install this package from crates.io and generate code on the build.rs of a project? I saw that it's available from
brew
which is nice, but I was looking for a more portable way, where it's a dependency attached to the project and reads a json and auto generate rust code when I docargo build/run
on my project.Thanks!