shuaimu / rustycppLinks
☆61Updated 2 months ago
Alternatives and similar repositories for rustycpp
Users that are interested in rustycpp are comparing it to the libraries listed below
Sorting:
- C++ compile-time Rust's like macro_rules implementation☆92Updated last year
- An efficient, composable design pattern for range processing☆122Updated 4 months ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- Replacement for std::optional that does not waste memory unnecessarily☆125Updated 2 weeks ago
- Using coroutines to implement C++ exceptions for freestanding environments☆73Updated last week
- C++20 Static Branch library☆60Updated last month
- A better C/C++ macro extension. Implemented in Clang plugins. Inspired by Rust's macro system☆65Updated 5 years ago
- Prints values and types during compilation!☆58Updated 3 weeks ago
- C++ p2300 proposal in Rust☆19Updated last year
- ☆61Updated 3 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- c++ serialize and deserialize adaptor library like rust serde.rs☆111Updated last year
- Protocol Puffers: A little, highly templated, and protobuf-compatible serialization/deserialization header-only library written in C++20☆185Updated 3 weeks ago
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- Implementation of the P2300 specification☆9Updated 3 years ago
- Parameter passing and initialization☆81Updated 3 years ago
- Future C++ implementation of Rust-like trait objects with no boilerplate☆119Updated 5 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year
- C++14 code to convert integers to strings at compile-time☆120Updated 6 months ago
- Recursive Variant: A simple library for Recursive Variant Types☆84Updated last month
- Ergonomic C++ Iterator interface for STL containers☆38Updated 2 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A generic C++17 parser-combinator library with a natural grammar notation.☆121Updated 4 years ago
- std::embed implementation for the poor (C++17)☆91Updated last year
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 5 years ago
- Simple C++20 module support for CMake