bens_number_theory

Crates.iobens_number_theory
lib.rsbens_number_theory
version0.5.1
sourcesrc
created_at2024-04-14 02:51:23.08573
updated_at2024-05-08 00:49:36.293118
descriptionA sample Rust project for number theory stuff (I'm using this to learn Rust)
homepage
repositoryhttps://github.com/Ben10164/bens_number_theory
max_upload_size
id1207973
size52,708
Ben Puryear (Ben10164)

documentation

README

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).

Commit count: 59

cargo fmt