Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Popular repositories
-
delegate_test
Test repository for trait delegation support in rust.
Rust 1
-
sc
Type for dynamic lifetime erasure in Rust
Rust 1
-
maybe_ptr
Pointer type that acts like a std::unique_ptr, but that may or may not actually own its data.
C++
-
sentinel_int
A compact representation for Option<u64>, obtained by using u64::max_value() as a sentinel.
Rust
-
delegable-derive
Experimental proc macro to delegate the implementation of some trait to a field or function.
Rust
-
sentinel_option
A compact representation of Option<T> if T provides a sentinel value.
Rust