Go to file
Carol (Nichols || Goulding) c7a7dde51f fix: Remove redundant clones in tests
As suggested by the redundant_clone clippy lint.

This is a little weird because different constructions of `points`
now need clones in different places, but rustc will tell us when
we need to clone and clippy will tell us when we don't.
2020-02-19 08:37:39 -05:00
.circleci improvement: Fail the build on warnings too 2020-02-19 08:37:11 -05:00
proto/delorean Update storage with predicate parsing 2019-12-23 11:36:12 -05:00
src fix: Remove redundant clones in tests 2020-02-19 08:37:39 -05:00
tests test: Exercise gRPC in the end-to-end test 2020-02-17 16:37:43 -05:00
.gitignore Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
Cargo.lock feature: Switch from prost to tonic 2020-02-17 16:37:43 -05:00
Cargo.toml feature: Switch from prost to tonic 2020-02-17 16:37:43 -05:00
README.md Add server skeleton with Actix and RocksDB 2019-12-12 10:15:16 -05:00
build.rs feature: Switch from prost to tonic 2020-02-17 16:37:43 -05:00
env refactor: add example env file 2020-01-07 11:31:18 +00:00

README.md

Project Delorean

To run this you'll need a .env file in the directory to specify configuration options. You can see an example in the env file.