Commit Graph

8 Commits

Author SHA1 Message Date
47cd81a4e1 enhance commandline parsing
* prefere settings in Cargo.toml
* introduce option dbdriver

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
0a9fdbab2a locales: introduce Internationalization / Locales
* using crate locales

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
d5f58f2576 SQL handling via diesel
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
5fa9ff945f advotracker: commandline parsing support
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
cb4c96ee63 tests: initial internal and integration tests
* src/lib.rs: examples for internel tests
* tests/integration_tests.rs: examples for external callable tests

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
61d85f155a introduce License
* SPDX identifier
* use 0BSD as base license

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
c9357a1875 gitignore
* files to be ignored, since not required for build process

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:10 +01:00
ea55e92219 advotracker: initial commit
* Cargo.toml
* README.md
* src/main.rs

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2019-10-31 17:57:00 +01:00