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:
3
cli/unix2db/main.zig
Normal file
3
cli/unix2db/main.zig
Normal file
@@ -0,0 +1,3 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() !void {}
|
||||
Reference in New Issue
Block a user