Crates.io | bens_number_theory |
lib.rs | bens_number_theory |
version | 0.6.0 |
source | src |
created_at | 2024-04-14 02:51:23.08573 |
updated_at | 2024-07-31 02:18:05.379326 |
description | A sample Rust project for number theory stuff (I'm using this to learn Rust) |
homepage | |
repository | https://github.com/Ben10164/bens_number_theory |
max_upload_size | |
id | 1207973 |
size | 57,065 |
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).