pathrs 0.2.5

C-friendly API to make path resolution safer on Linux.
Documentation
# git and GitHub-related files.
/.git*

# No need to break the COPY cache for Docker-specific files.
/Dockerfile
/.dockerignore

# Rust.
/target
**/*.rs.bk

# Python
**/__pycache__/
/contrib/bindings/python/dist
/contrib/bindings/python/*.egg-info
/contrib/bindings/python/*_cache

# Releases directory.
/release

# pkg-config generated by install.sh.
/pathrs.pc

# nextest archives generated by CI.
/nextest-pathrs*.tar.zst

# examples and e2e-test binaries.
/examples/*/cat
/examples/go/sysctl
/examples/c/cat_multithreaded
/e2e-tests/cmd/*/pathrs-cmd
/e2e-tests/cmd/python/.venv/