compile-time-init-build
compile-time-init-build copied to clipboard
C++ library for composing modular firmware at compile-time.
CIB is currently designed for single translation-unit compilation. This can result in very long compilation and re-compilation times. It would be very helpful to enable the option for multi translation...
The current `indexed_handler` doesn't support efficient greater/less-than comparisons on indexed fields. This enhancement would add this support by generating an ordered index that allows for _fast_ inequality lookup time.
Hi everyone, thanks for the interesting library, I really appreciate the design concept and philosophy! I'm struggling a bit however how one would build up a more complicated example which...
Hi, it occured to me yesterday that it would be a nice feature to have stateful nexus, which, in spirit of DI, would then be able to inject extra arguments...