vmware-archive / haret

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

Replace try! macro #102

Closed jrgarcia closed 7 years ago

jrgarcia commented 7 years ago

Replace try! macro with ? operator as discussed in #100.

andrewjstone commented 7 years ago

Thanks so much @jrgarcia.