weekend changes

- move main.zig to it's own package, create lib/
- rename AllSections to DB, remove intermediate tuples
- iovec does not allocate
- remove error{Overflow} from almost everywhere
This commit is contained in:
2022-03-22 08:57:57 +02:00
committed by Motiejus Jakštys
parent 886382d900
commit a8b45911aa
14 changed files with 131 additions and 146 deletions

3
cli/unix2db/main.zig Normal file
View File

@@ -0,0 +1,3 @@
const std = @import("std");
pub fn main() !void {}