C++ core utilities
c4core is a library of low-level C++ utilities, written with low-latency projects in mind. Some of the utilities provided by c4core have already equivalent functionality in the C++ standard, but they are provided as the existing C++ equivalent may be insufficient (e.g., std::string_view), inefficient (e.g., std::string), heavy (e.g. streams), or plainly unusable on some platforms/projects, (e.g. exceptions); some other utilities have equivalent under consideration for C++ standardization; and yet some other utilities have (to the author’s knowledge) no equivalent under consideration.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 0.2.7-1.fc44 | - |
| Fedora 43 | 0.2.6-2.fc43 | - |
| Fedora 42 | 0.2.5-1.fc42 | - |
| Fedora 41 | 0.2.2-4.fc41 | - |
| Fedora EPEL 9 | 0.1.9^20220802gitda43293-13.el9 | - |
| Fedora EPEL 8 | 0.1.10-14.el8 | - |
| Fedora EPEL 10.2 | 0.2.2-4.el10_0 | - |
| Fedora EPEL 10.1 | 0.2.2-4.el10_0 | - |
| Fedora EPEL 10.0 | 0.2.2-4.el10_0 | - |
You can contact the maintainers of this package via email at
c4core dash maintainers at fedoraproject dot org.