realpath-ext 0.1.1

An implementation of realpath() (with some extensions) for *nix systems.
Documentation
1
2
3
4
5
6
7
8
# realpath-ext

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

An implementation of realpath() (with some extensions) for \*nix systems.