You've already forked AstralRinth
forked from didirus/AstralRinth
Event handling (#75)
* working on amcros * fleshed out draft * added feature support * finished loading * Fixed issue with multiple data types in macro * Working, and added more loading uses * added window scopes * clippy, fmt * working other variants * fmt; clippy * prettier * refactored emissions to use increment * fixed deadlock * doc changes * clippy, prettier * uuid change * restructured events to util * loading restructure * merge fixes * comments mistake * better cfg tauri feature structuring * added extra fields to some loading enum variants * removed Option<> * added pack + version labels * doc change
This commit is contained in:
@@ -85,6 +85,9 @@ pub enum ErrorKind {
|
||||
#[error("Error parsing date: {0}")]
|
||||
ChronoParseError(#[from] chrono::ParseError),
|
||||
|
||||
#[error("Event error: {0}")]
|
||||
EventError(#[from] crate::event::EventError),
|
||||
|
||||
#[error("Zip error: {0}")]
|
||||
ZipError(#[from] async_zip::error::ZipError),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user