Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clausklein/fmt-module
https://github.com/clausklein/fmt-module
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/clausklein/fmt-module
- Owner: ClausKlein
- Created: 2024-12-03T21:25:59.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-03T21:45:29.000Z (about 1 month ago)
- Last Synced: 2024-12-03T22:27:51.809Z (about 1 month ago)
- Language: CMake
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fmt
## based on / use https://github.com/fmtlib/fmt
### This is a cmake fmt adapter project to test the fmt c++22 module
- https://crascit.com/2024/04/04/cxx-modules-cmake-shared-libraries
- https://anarthal.github.io/cppblog/modules2
- [ C++ Modules and cross platform - Daniela Engert - Meeting C++ 2023](https://www.youtube.com/watch?v=iMNML689qlU)# Building and installing
See the [BUILDING](BUILDING.md) document.
# Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) document.
# Licensing