C bindings to the dirs library.
Libraries and header file can be found in the releases
Requires rust
# Build the library: output in target/release
cargo build --release
# Generate header
bash generate_header.sh > dirs.h
MIT/Apache-2.0 (see original library)