#beginner #number-theory #testing

bin+lib bens_number_theory

A sample Rust project for number theory stuff (I'm using this to learn Rust)

16 releases

new 0.4.1 Apr 25, 2024
0.4.0 Apr 25, 2024
0.3.12 Apr 25, 2024
0.2.2 Apr 14, 2024

#300 in Math

Download history 116/week @ 2024-04-08 781/week @ 2024-04-15 373/week @ 2024-04-22

1,270 downloads per month

Apache-2.0

16KB
180 lines

README.md

So this is a random crate that im using to learn rust. So don't expect anything good, except for the documentation, I love doing that kind of thing.

Tests for public functions are located in tests/ with tests for private functions being at the end of the file they are made in. All functions have documentation, including private functions (which I'm sad isn't actually included in the cargo doc, but it makes sense).

Dependencies

~470KB