Some main.rs cleanup
README updated with links to other projects
Cleanup before publishing
This is a Rust crate containing raw FFI bindings to libfossil.
I'm using nix flakes to bootstrap the dev environment:
nix -L develop
(or just direnv alow
if you happen to use
direnv
).
Run the simple program with:
cargo run -- /path/to/your/fossil/repo
(it just prints out some info about your repository and tries to check in files, so you might want to create some ad-hoc fossil repo for testing).
For somewhat higher-level bindings see `libfossil-rs'.
Also, my irc_logger
uses these bindings.