Skip to content

y-yu/rust-type-level-programming-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Type level Programming in Rust

CI

This is a working example of type level programming in Rust.

  • Type level data
    • TBool
    • TNat
    • HList
  • Type level operations
    • TAnd, TOr for TBool
    • TAdd, TSub, TEqaul for TNat
    • TContains<N: TNat> for HList

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages