madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
648 stars 46 forks source link

feat(etcd): add etcd barebone #52

Closed wangrunji0408 closed 2 years ago

wangrunji0408 commented 2 years ago

This PR adds madsim-etcd-client crate with APIs we need to simulate later. This PR also removes madsim-tokio-postgres crate and we have moved it to a forked repo.