Alex Kazik

Results 13 issues of Alex Kazik

I couldn't sit still after thinking about it, here is a first draft for a Read/Write which is always exact, and the "up to" version is only used to read/write...

I've created a few helpers to bake from a heap type into a static type. Struct to bake: ```rust #[derive(Bake)] #[databake(path = crate::stories)] pub struct Chapter { pub name: AsStaticStr,...

T-enhancement
C-zerovec

In my previous project with rust on a STM32 I managed to place assembly code in ram. The code is compiled with gcc via build.rs and cc. And is more...