🎉 Serialize data in clojure

This commit is contained in:
AzazelN28 2024-11-27 09:27:22 +01:00 committed by Belén Albeza
parent f564b4e66d
commit 22b01c63b5
6 changed files with 121 additions and 8 deletions

View file

@ -5,9 +5,11 @@ use uuid::Uuid;
mod blend;
mod fills;
mod images;
mod paths;
pub use blend::*;
pub use fills::*;
pub use images::*;
pub use paths::*;
#[derive(Debug, Clone, Copy)]
pub enum Kind {