Integrate Query Parser

Integrate the query parser to allow filters to be provided to collection
end points.

Refactor the shared state to better encapsulate the model.
This commit is contained in:
2019-09-12 11:33:44 +02:00
parent 29e78454a0
commit 485e6d342b
13 changed files with 295 additions and 2009 deletions

View File

@@ -20,7 +20,7 @@ include = ["Cargo.toml", "README.md", "LICENSE", "ACKNOWLEDGEMENTS", "src/**/*.r
[dependencies]
mercator_db = "^0.1"
#mercator_parser = "^0.1"
mercator_parser = "^0.1"
actix = "^0.7"
actix-web = "^0.7"