daef / poly-bool-comparison

10 stars 4 forks source link

Use explicit dependency versioning in rust implementation #1

Closed bluenote10 closed 4 years ago

bluenote10 commented 4 years ago

Any reason not to use a standard Cargo.toml to make it clear which versions where used?

If you are new to Rust, this enables the standard workflow of cargo build or cargo run, and no need to manually clone dependencies etc.

If have re-run the examples and I'm getting 100% identical output files -- so no change in behavior ;).

daef commented 4 years ago

Sorry I'm no rustacean (yet?) and I haven't played around with cargo to get more familiar with it.

I hacked the example really quick and diry (and thus wrote daef.rs inside the sourcetree of the poly-boolop repo) which I neither wanted to fork nor include in this repo. happy to merge this thou :)