Refactor project into workspaces
This commit is contained in:
parent
131bdeec78
commit
bacea1e3e9
31 changed files with 119 additions and 99 deletions
3
emgauwa-lib/src/utils.rs
Normal file
3
emgauwa-lib/src/utils.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn vec_has_error<T, E>(target: &[Result<T, E>]) -> bool {
|
||||
target.iter().any(|t| t.is_err())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue