Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroesch/molten
A library for exploring type level programming in Rust.
https://github.com/jroesch/molten
Last synced: 24 days ago
JSON representation
A library for exploring type level programming in Rust.
- Host: GitHub
- URL: https://github.com/jroesch/molten
- Owner: jroesch
- License: mit
- Created: 2014-09-13T09:55:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T04:23:39.000Z (almost 9 years ago)
- Last Synced: 2023-03-14T05:31:03.532Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# molten
A playground for type-level programming in Rust. This is an alternative
implementation to some of the things contained in
[shoggoth.rs](https://github.com/epsilonz/shoggoth.rs).The current goal of this library is just to provide a place for me to experiment
with ergonomic ways of integrating type-level programming into Rust.