obnth 0.1.1

Allows securely opening files in untrusted directories on *nix systems.
1
2
3
4
5
6
7
8
9
10
11
# obnth

[![crates.io](https://img.shields.io/crates/v/obnth.svg)](https://crates.io/crates/obnth)
[![Docs](https://docs.rs/obnth/badge.svg)](https://docs.rs/obnth)
[![GitHub Actions](https://github.com/cptpcrd/obnth/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/cptpcrd/obnth/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
[![Cirrus CI](https://api.cirrus-ci.com/github/cptpcrd/obnth.svg?branch=master)](https://cirrus-ci.com/github/cptpcrd/obnth)
[![codecov](https://codecov.io/gh/cptpcrd/obnth/branch/master/graph/badge.svg)](https://codecov.io/gh/cptpcrd/obnth)

Allows securely opening files in untrusted directories on \*nix systems.

**WARNING**: This crate is not production-ready yet. You may be interested in using [libpathrs](https://github.com/openSUSE/libpathrs) instead.