Introduction to my Blog
2 minute read Published: 2020-01-07This blog will mainly contain release announcements for my various projects, some deep dives into designs or optimizations I did. Also some opinions sometimes.
This blog will mainly contain release announcements for my various projects, some deep dives into designs or optimizations I did. Also some opinions sometimes.
Mostly for fun I developed a small artificial neural network library that does all its work on the stack, no operating system or allocator needed.
Treelike is an abstraction over Trees, kinda like Iterator for lists. Is also no_std by default.