Skip to content

Commit

Permalink
Refactoring (#219)
Browse files Browse the repository at this point in the history
* public_api_tests module

* add tests to new module

* rm tests

* fmt

* rm redundunt code

* fmt
  • Loading branch information
tyshko-rostyslav authored Oct 30, 2023
1 parent 0997d15 commit 25f822e
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 993 deletions.
2 changes: 2 additions & 0 deletions rln/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pub mod pm_tree_adapter;
pub mod poseidon_tree;
pub mod protocol;
pub mod public;
#[cfg(test)]
pub mod public_api_tests;
pub mod utils;

#[cfg(not(target_arch = "wasm32"))]
Expand Down
Loading

0 comments on commit 25f822e

Please sign in to comment.