Reusable Utilities in Single Headers is a collection of header-only utilities for C++
git submodule add -b submodule https://github.com/raultapia/rush include/rush| Name | Include | Namespace |
|---|---|---|
| Algorithm | #include <rush/algorithm.hpp> |
rush |
| Chrono | #include <rush/chrono.hpp> |
rush::chrono |
| Color | #include <rush/color.hpp> |
rush::color |
| OpenCV HighGUI | #include <rush/cv-highgui.hpp> |
rush::cv |
| Progress Bar | #include <rush/progress-bar.hpp> |
rush::progress |
| ROS-OpenCV Bridge | #include <rush/ros-cv-bridge.hpp> |
rush::roscv |
| ROS Parameter Manager | #include <rush/ros-parameter-manager.hpp> |
rush::ros |
| String | #include <rush/string.hpp> |
rush::string |
RUSH documentation can be found here.
Distributed under the GPLv3 License. See LICENSE for more information.