1 2 3 4 5 6 7 8 9 10
# Fundamentals This chapter goes through the basic of using Flax. To get started, add `flax` to the `Cargo.toml` file ```toml flax = "0.2" ```