pindell-matt / rust_bucket

Simple JSON key-value store implemented in Rust
Other
11 stars 6 forks source link

Error types #11

Closed cite-reader closed 8 years ago

cite-reader commented 8 years ago

Creates an Error enum and Result type alias to simplify and unify error handling, and kills explicit panics. (Except for in tests, where a panic just fails the test, which is what we wanted anyway. Expect-type messages would be good there, but eh. :effort:)

See #10.

selfup commented 8 years ago

@cite-reader

Awesome work.

If you can fix the conflicts, I'll merge this into the serde_json_schema branch

selfup commented 8 years ago

@cite-reader

Patched it up on my end so that this can be merged!