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

https://github.com/ghaztools/metricproducer


https://github.com/ghaztools/metricproducer

clang-format cpp17 kafka rdkafka

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# MetricProducer

## Running Clang Format

```bash
find . -iname '*.cpp' -o -iname '*.hpp' | xargs clang-format -i
```