New week, new Rust! What are you folks up to?
I've been working on a batteries-included web framework called Flareon for some time.
I'm slowly getting there to make it to a point where it's usable by other people, but this week I'll be mostly spending my time on polishing the framework's ORM's automatic migration generator. Overall, the project is a lot of hard work, but seeing the pain points being eliminated one after another is very rewarding and fun.
2 Likes
Playing around with cargo-depgraph, tokei, and d3.js to implement another way to visualize dependency graphs. Right now the size of the nodes is based on the lines of rust ignoring some directories (examples, benches, tests). want to figure out how to get the layout more tree-like even though it's a graph.
2 Likes