An open API service indexing awesome lists of open source software.

https://github.com/cptpcrd/realpath-ext

An implementation of realpath() (with some extensions) for *nix systems.
https://github.com/cptpcrd/realpath-ext

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.