vorner / arc-swap

Support atomic operations on Arc itself

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of the model test dependency

vorner opened this issue · comments

The model crate is nice and helps testing, but it hasn't been kept up to date and it relies on old proptest. It would be better to use proptest directly for the randomized tests to easy up future maintenance.