refactor progress

This commit is contained in:
Simon Gardling
2023-12-04 10:02:16 -05:00
parent f86d0b62d5
commit 159bb1122b
4 changed files with 64 additions and 118 deletions

View File

@@ -15,6 +15,7 @@ pub fn split_function(input: &str, split: SplitType) -> Vec<String> {
.collect::<Vec<String>>()
}
// Specifies how to split a function
#[derive(PartialEq, Debug, Copy, Clone)]
pub enum SplitType {
Multiplication,