├── .clang-format ├── .github └── FUNDING.yml ├── CMakeLists.txt ├── LICENSE.md ├── README.md └── include └── atum.hpp /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foonathan/atum/HEAD/.clang-format -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foonathan/atum/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foonathan/atum/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foonathan/atum/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foonathan/atum/HEAD/README.md -------------------------------------------------------------------------------- /include/atum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foonathan/atum/HEAD/include/atum.hpp --------------------------------------------------------------------------------