akin
akin copied to clipboard
Rust crate for writing repetitive code easier and faster.
Hi @LyonSyonII As of now I don't think there is a good way to express some repetitions: ```Rust impl Foo for T where T: Baz + Baz + ... {}...
Hi @LyonSyonII, First of all, thanks for creating `akin`. I like the approach quit a lot. I'm wondering if global substitutions, and generating items only once can be added to...
for example, I need to use akin to make the following code simpler, but some how can't get it to work. If akin can accept a parameter, it will be...
Akin is now fully `#![no_std]`. Also, updated `Cargo.lock`.