glome
glome copied to clipboard
Remove C CLI
The Rust CLI should be the canonical implementation, because:
- It's quicker to iterate on features (e.g. adding a subcommand).
- It's safer (memory, types).
We should fix #192 first. :)