Huge refactor. Introduce anyhow for error handling.
This commit is contained in:
@@ -54,3 +54,10 @@ impl Cluster {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
// Test for Cluster::subdivide()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user