/dirs-c

a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

Primary LanguageRust

Dirs C

C bindings to the dirs library.

Download

Libraries and header file can be found in the releases

Building

Requires rust

# Build the library: output in target/release
cargo build --release
# Generate header
bash generate_header.sh > dirs.h

License

MIT/Apache-2.0 (see original library)