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

https://github.com/boxdot/realpath-rs

returns the canonicalized absolute pathname
https://github.com/boxdot/realpath-rs

Last synced: 8 months ago
JSON representation

returns the canonicalized absolute pathname

Awesome Lists containing this project

README

          

# realpath

Short and simple implementation of `realpath` in rust for systems (like MacOS) where this command
is not available out of the box.

## Usage

```
cargo install realpath
```

## License

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT License ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this document by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.