Skip to content

Commit

Permalink
refactor: renamed cache to pool
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Mar 23, 2024
1 parent 6e96430 commit f25bc0f
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 134 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pub mod cache;
pub mod factorial;
pub mod polynomial;
pub mod pool;
pub mod semigroup;

// Re-export the main structs
pub use cache::NumCache;
pub use polynomial::{
prettyprint::PrettyPrintPolynomial, properties::PolynomialProperties, Polynomial,
};
pub use pool::NumberPool;
pub use semigroup::Semigroup;
Loading

0 comments on commit f25bc0f

Please sign in to comment.