Most of the refactor. Need to switch machines.
This commit is contained in:
10
crates/core/src/class.rs
Normal file
10
crates/core/src/class.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// Data struct
|
||||
#[derive(Debug, Clone, Deserialize, Serialize, Hash, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub struct Class {
|
||||
pub path: PathBuf,
|
||||
pub checksum: String,
|
||||
}
|
||||
Reference in New Issue
Block a user