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
- Host: GitHub
- URL: https://github.com/boxdot/realpath-rs
- Owner: boxdot
- Created: 2017-12-07T13:13:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T13:15:29.000Z (over 8 years ago)
- Last Synced: 2025-02-04T15:48:37.141Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.