Commit graph

15 commits

Author SHA1 Message Date
695b152c7e
Commit forgotten dependencies in Cargo.toml 2023-12-02 14:33:35 +02:00
8bb070811f csv: Enable conditional compilation for ACL and Logging 2023-12-02 14:14:12 +02:00
de257231a7
csv: Fix unused_variables warning 2023-12-02 13:41:37 +02:00
cc958d3d93
csv: Add initial implentation of Logging trait 2023-11-30 16:59:38 +02:00
892650a544
csv: Move ACL implementation to separate file 2023-11-30 16:54:44 +02:00
2caad2a5ef
Use struct for passing module arguments: csv 2023-11-22 19:41:16 +02:00
6d752cd050
csv: Don't panic when needle is not found 2023-11-20 21:26:08 +02:00
3923654c94
acl: Implement query functions 2023-11-20 21:07:01 +02:00
02fbb6804e
acl: Implement CSV struct with the ACL trait 2023-11-20 21:05:54 +02:00
e1d1aa1ed8 Move ACL structs from labadoor-csv to labadoor-acl 2023-09-21 20:29:20 +03:00
58f9eec430 labadoor-csv: Integrate in main cli module 2023-09-17 19:54:48 +03:00
983456997b Rename library functions from "main" 2023-06-30 18:02:40 +03:00
ed628b2ee3 Create labadoor binary crate calling each librarie's main() 2023-06-30 17:12:24 +03:00
3abf7106fc Convert all crates to libraries 2023-06-30 17:00:39 +03:00
b8ec7ed5c6
labadoor-csv: Initial commit 2021-11-30 23:09:16 +02:00