estebank / makeit

Zero-overhead type-safe builder pattern `derive` macro for your Rust structs
223 stars 11 forks source link

Publish at crates.io #5

Open cyphersnake opened 2 years ago

cyphersnake commented 2 years ago

I would like to try using this crate without references to git. Are there any blockers for this?

estebank commented 2 years ago

No blockers, initial release was somewhat haphazard. I can maybe do this soonish, but if you submit a PR with the change to https://github.com/estebank/makeit/blob/main/makeit/Cargo.toml#L20, I'll merge them and republish.

dlight commented 1 year ago

Maybe publish 0.1.2 to crates.io with the r# fix? It appears the published 0.1.1 version doesn't have it