A C++ 20 module of Rust-like std.
- clang 19+
- trait
- option
- result
- rc
- convert
- mem
- thread
- sync
- mpsc
- match/enum
TODO
FetchContent_Declare(
rstd
GIT_REPOSITORY https://github.com/hypengw/rstd.git
GIT_TAG master
# GIT_TAG <commit>
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(rstd)