summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-01-02Replace implementation of getters with getset::Gettersmy-masterMatthias Beyer
2021-01-02Remove "antikoerper" from sourceMatthias Beyer
2021-01-02Shorten codeMatthias Beyer
2021-01-02Fix variable name: "_res" -> "res"Matthias Beyer
2021-01-02Remove boilerplateMatthias Beyer
2021-01-02Update "about" to fit better what it doesMatthias Beyer
2021-01-02Make main() return errorMatthias Beyer
2021-01-02Cleanup config reading codeMatthias Beyer
2021-01-02Make host/port configurable via CLIMatthias Beyer
2021-01-02Fix use path for typeMatthias Beyer
2021-01-02Remove rocket_codegen, which is not longer neededMatthias Beyer
2017-12-31Use the configured file instead of the alias as unique keyMario Krehl
2017-12-16Fix typosMario Krehl
2017-12-16Add helper function to get a capture group name out of a targetMario Krehl
2017-12-16Iterate the HashMap via an additional function; reduce query functionMario Krehl
2017-12-16Refactor functionality to create the target_hash hashmap into a functionMario Krehl
2017-12-10Document functions and add newlines for readability in main.rsMario Krehl
2017-12-10Fix indentation in main.rsMario Krehl
2017-12-10Impl /queryMario Krehl
2017-12-10Add functionality to parse the requires targets into a HashMap for later useMario Krehl
2017-12-10Start implementing /queryMario Krehl
2017-12-10Add not implemented Error for /query. It works!! :-)Mario Krehl
2017-12-10Implement /searchMario Krehl
2017-12-10Implement /searchMario Krehl
2017-12-10update Cargo.lockMario Krehl
2017-12-10Add serde strcuts for json deserialization (api.rs)Mario Krehl
2017-12-10Add some dependencies und skeleton for rocketMario Krehl
2017-12-09End of refactor of config handlingMario Krehl
2017-12-09Tests with Regexin main; refactoring of config handling codeMario Krehl
2017-12-09Add basic functionality:Mario Krehl
2017-12-07Initial commitMario Krehl