Skip to content

Commit 799af2b

Browse files
committed
chore: export SNN module in public API
1 parent d00e01a commit 799af2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ pub mod mlp;
3232
pub mod orchestrator;
3333
pub mod reservoir;
3434
pub mod router;
35+
pub mod snn;
3536
pub mod types;
3637

3738
pub use orchestrator::Orchestrator;
3839
pub use reservoir::EchoStateNetwork;
40+
pub use snn::SpikingNetwork;
3941
pub use types::{Query, Response, RoutingDecision};
4042

4143
/// Library version following semantic versioning

0 commit comments

Comments
 (0)