Keyberon: Pure Rust Keyboard Firmware

A hand wired ortholinear mechanical keyboard with a firmware in rust – TeXitoi/keyberon… Read more

Similar

2017 State of Rust Survey

Rust’s second birthday is a little less than two weeks away (May 15th, 2017), so it’s time for us to reflect on our progress over the past year, and how we should plan for the future. The Rust Community Team is pleased to announce our 2017 State of Rust S... (more…)

Read more »

A Practical Intro to Macros in Rust

One feature of Rust that I'm rather enamoured with is its macro system. Known as "macro by example" (MBE) or sometimes referred to as macro_rules, it provides you with an impressive amount of power whilst not allowing for the sort of evil tricks you can ... (more…)

Read more »