https://github.com/abdes/asap_filesystem
Back-port of std::filesystem submodule for the asap project.
https://github.com/abdes/asap_filesystem
Last synced: about 1 year ago
JSON representation
Back-port of std::filesystem submodule for the asap project.
- Host: GitHub
- URL: https://github.com/abdes/asap_filesystem
- Owner: abdes
- License: bsd-3-clause
- Created: 2018-11-17T07:39:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T08:54:54.000Z (over 4 years ago)
- Last Synced: 2025-01-28T03:19:21.914Z (over 1 year ago)
- Language: C++
- Size: 468 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Backport of std::filesystem submodule for the asap project
See https://github.com/abdes/asap for a functional minimal starter project
that uses this submodule.
This submodule is not intended to be used alone. Instead, refer to the [asap
project](https://github.com/abdes/asap) for the recommended container project
to fully leverage this submodule and add other libraries/executables/etc... to
the top level project.