@rnewman can spend a minute trying to make this compile? I vaguely remember there's magic around the order of imports, etc, but it's pretty frustrating.
My motivation is to use the handy db testing apparatus in the tolstoy crate (or a new crate), so that I can write low-level tests for synchronization without having to build the db crate frequently (which is very slow since it's large).
@rnewman can spend a minute trying to make this compile? I vaguely remember there's magic around the order of imports, etc, but it's pretty frustrating.
My motivation is to use the handy
db
testing apparatus in thetolstoy
crate (or a new crate), so that I can write low-level tests for synchronization without having to build thedb
crate frequently (which is very slow since it's large).