8000 GitHub - hypengw/rstd: Rust-like std for C++
[go: up one dir, main page]

Skip to content

hypengw/rstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-like std for C++

A C++ 20 module of Rust-like std.

C++’s language features are exciting, but I’m tired of 64F1 the std.
Made this for coding with C++ easier.

Require

  • clang 21+
  • gcc 15+

Documents

TODO

Installation

FetchContent_Declare(
  rstd
  GIT_REPOSITORY https://github.com/hypengw/rstd.git
  GIT_TAG master
  # GIT_TAG <commit>
  EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(rstd)

Related

Type Systems for Memory Safety
Borrowing Trouble: The Difficulties Of A C++ Borrow-Checker
rusty-cpp: Bringing Rust's safety to C++
fragile: A polyglot compiler that supports Rust, C++, Go
cxx: Safe interop between Rust and C++

About

Rust-like std for C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0