Refactor modules structure in src/svm

This commit is contained in:
Lorenzo (Mec-iS)
2022-11-02 15:28:50 +00:00
committed by morenol
parent 551a6e34a5
commit 1cbde3ba22
3 changed files with 175 additions and 169 deletions
+2
View File
@@ -24,6 +24,8 @@
//! <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
pub mod svc;
pub mod svr;
/// search parameters
pub mod search;
use core::fmt::Debug;
use std::marker::PhantomData;