Series January 31, 2022 Polynomial basics This post is the first of a series of about polynomials. I'm using it as a mean to explore the rust programming language (especially how generic traits relate to algebra) while also learning math subjects.
Language learning January 24, 2022 Crates and cargo How cargo lays files in a project impacts on Rust modules import when compiling tests and examples