wanted: spdlog with std::format
Module location
https://github.com/gabime/spdlog
Link to bzlmod issue in the module's repository
No response
Any other context to provide?
This module exists, but it would be nice to have a cc_library variation that uses SPDLOG_USE_STD_FORMAT and doesn't have a dependency on @fmt
cc @Vertexwahn
Fund our work
- [ ] Sponsor our community's open source work by donating a feature bounty
FYI @calebzulawski slightly outdated and doesn't use rules_cc, but might give some inspiration:
- https://github.com/eomii/bazel-eomii-registry/tree/main/modules/ll_spdlog
- https://github.com/eomii/bazel-eomii-registry/tree/main/modules/ll_fmt
I'm working on a feature system for Bazel modules (similar to that from Cargo), which could be a way to make this configurable.
I'm working on a feature system for Bazel modules (similar to that from Cargo), which could be a way to make this configurable.
That sounds great, exactly what I was curious about. Thank you!