parent
3d87381f55
commit
08f090b6fe
30 changed files with 528 additions and 1088 deletions
9
subcrates/zen_core/src/lib.rs
Normal file
9
subcrates/zen_core/src/lib.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
use thiserror::Error;
|
||||
|
||||
|
||||
#[derive(Debug,Error)]
|
||||
enum ZError {
|
||||
#[error(transparent)]
|
||||
Unknown(#[from] anyhow::Error)
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue