libfossil-rs-ffi

Crates.iolibfossil-rs-ffi
lib.rslibfossil-rs-ffi
version0.1.0
sourcesrc
created_at2024-07-03 16:49:25.668332
updated_at2024-07-03 16:49:25.668332
descriptionBindgen-generated FFI bindings to libfossil
homepagehttps://git.sr.ht/~cgenie/libfossil-rs-ffi
repositoryhttps://git.sr.ht/~cgenie/libfossil-rs-ffi
max_upload_size
id1290710
size729,531
(CGenie)

documentation

README

libfossil-rs-ffi

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.

Commit count: 0

cargo fmt