Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 298 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 298 Bytes

War crimes in const rust

This repo does things in const rust which I'd really like to have while using as few nightly features as possible. Right now it includes a const-time arrayvec-like type, and in the future I'd like to simulate &mut self APIs without actually requiring const_mut_refs.