Skip to content

Restructured codebase #104

Open
RPG-Alex wants to merge 6 commits intobrendanzab:masterfrom
RPG-Alex:master
Open

Restructured codebase #104
RPG-Alex wants to merge 6 commits intobrendanzab:masterfrom
RPG-Alex:master

Conversation

@RPG-Alex
Copy link
Copy Markdown

Previously the codebase was largle relegated to large module files, e.g. abs_diff_eq.rs, I have broken these up into modules like:

abs_diff_eq/
├── collections.rs
├── core_impls.rs
├── external.rs
├── mod.rs
├── primitives.rs
├── trait_def.rs
└── tuples.rs

There hasn't been any other major changes, it was mostly moving the code into the new home. This PR only covers approx and not the derive implementation. Will do derive next if this is acceptable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant