vmware-archive / haret

A strongly consistent distributed coordination system, built using proven protocols & implemented in Rust.
461 stars 18 forks source link

Move haret into it's own directory #124

Closed erickt closed 7 years ago

erickt commented 7 years ago

This switches over to use Cargo workspaces to share the same Cargo.lock and target directory to speed up compilation.

andrewjstone commented 7 years ago

Wow, I didn't even know workspaces existed. They somehow slipped past my radar. For those playing along at home: https://doc.rust-lang.org/beta/book/second-edition/ch14-03-cargo-workspaces.html

Looks like my merge of your other branch added conflicts here. Once those are fixed I'll merge away.

erickt commented 7 years ago

@andrewjstone yeah I just learned about em too. Glad to save some time compiling haret a few times. I was a tad concerned about this refactoring slowing down your development process :)

erickt commented 7 years ago

Oh and it should be fixed with what I just pushed up.

andrewjstone commented 7 years ago

Thanks again! Yay for shaving time of compilation.