No description
Find a file
Daniel Baumann 40a2eed33a
Releasing fastforward version 0.5.0-2~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-05-10 14:27:32 +02:00
.github/workflows Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
debian Releasing fastforward version 0.5.0-2~ffwd13+u1. 2026-05-10 14:27:32 +02:00
src Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
.cargo_vcs_info.json Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
.gitignore Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
Cargo.toml Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
Cargo.toml.orig Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
CONTRIBUTING.md Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
LICENSE-APACHE Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
LICENSE-MIT Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00
README.md Adding upstream version 0.5.0. 2026-05-10 14:27:06 +02:00

crates.io API documentation as-is

dirs-sys

System-level helper functions for the dirs and directories crates.

Do not use this library directly, use dirs or directories.

Compatibility

This crate only exists to facilitate code sharing between dirs and directories.

There are no compatibility guarantees whatsoever. Functions may change or disappear without warning or any kind of deprecation period.

Platforms

This library is written in Rust, and supports Linux, Redox, macOS and Windows. Other platforms are also supported; they use the Linux conventions.

Build

It's possible to cross-compile this library if the necessary toolchains are installed with rustup. This is helpful to ensure a change has not broken compilation on a different platform.

The following commands will build this library on Linux, macOS and Windows:

cargo build --target=x86_64-unknown-linux-gnu
cargo build --target=x86_64-pc-windows-gnu
cargo build --target=x86_64-apple-darwin
cargo build --target=x86_64-unknown-redox

License

Licensed under either of

at your option.