Skip to content

Repository files navigation

OrbLib

C++ 23 replacement for some of the standard library features

Disclamer

The library is developped mainly for my own use. Use with caution as it may contain bugs. Are included "as is" in the project:

  • fmt: since std::format is not quite there yet (imo)
  • flux: a better (imo) implement of ranges in the style of Rust
  • PPK_ASSERT: better asserts

Usage

I don't provide cmake install scripts, just include the src files in your project, or as a submodule and in CMakeLists.txt:

add_subdirectory(orblib)
...
target_link_libraries(myproject PUBLIC orb::orblib)

About

Lightweight replacement for some of the c++ std library features (for my own use only)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages