JBgreat introduction! let me know if you have any questions as you are getting up to speed with axum. I built a barebones version to learn how axum works under the hood, you can check it out here if you are interested: https://github.com/JonesBeach/cairoComment·Article·Dec 19, 2024·Getting Started with Axum: Beginner-Friendly Project Setup Instructions
JBThis guide is so thorough! I was unaware of workspace.dependencies and I flag realized I have a couple feature flags I should combine into a parent one. Appreciate you sharing this!Comment·Article·Nov 7, 2024·Introduction to Cargo and cargo.toml
JBgood deal! it will likely involve adding a setup.py file and perhaps modifying your directory structure but I think you're nearly there already. happy to chat if you'd like any pointers!Reply·Article·Nov 5, 2024·Building a JSON Parser from Scratch
JBThis is a great write up! I commend you for building something from scratch for the learning experience! Have you tried publishing it to PyPI?Comment·Article·Nov 4, 2024·Building a JSON Parser from Scratch