cic 0.1.0

An interactive csv editor.
Documentation
1
2
3
4
5
6
7
8
alias r := run
run:
    cargo run -- example/test.csv

alias wb := watch-build
watch-build:
    watchexec -w src -- "reset && cargo build"