Zebra/zebra-state
Henry de Valence 2ac8b5b9d4 state: create a new wrapper service
The new `StateService` type wraps a `SledState` and a `MemoryState`.
This will allow the sled-related code and the in-memory code to be kept
separate, with the top-level `StateService` making method calls to one
or the other, as appropriate.

This commit removes the existing Service impl for the SledService.  This
saves time in refactoring, and the code needs to be rewritten
anyways so there's no loss to deleting it now.
2020-09-11 13:37:49 -07:00
..
src state: create a new wrapper service 2020-09-11 13:37:49 -07:00
tests Temporarily ignore failing state tests 2020-09-09 15:37:59 -07:00
Cargo.toml build(deps): bump sled from 0.34.3 to 0.34.4 2020-09-11 13:08:16 -04:00