Skip to content

hypengw/rstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-like std for C++

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

Compiler

  • clang 19+

Planned

  • trait
  • option
  • result
  • rc
  • convert
  • mem
  • thread
  • sync
  • mpsc
  • match/enum

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)

About

Rust-like std for C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published