https://github.com/vengarioth/tinypath
tiny std::path replacement
https://github.com/vengarioth/tinypath
Last synced: about 1 year ago
JSON representation
tiny std::path replacement
- Host: GitHub
- URL: https://github.com/vengarioth/tinypath
- Owner: Vengarioth
- License: mit
- Created: 2020-07-02T15:36:05.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-07-03T20:18:41.000Z (about 6 years ago)
- Last Synced: 2025-01-13T22:16:56.352Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# tinypath
a homegrown alternative to `std::path` which is more ergonomic, but not at all performant or edge-case aware. work in progress.
## License
[MIT](LICENSE)