Add responses in document for layer system (#91)

This commit is contained in:
TrueDoctor
2021-05-02 00:57:47 +02:00
committed by Keavon Chambers
parent b27eaf3fae
commit f05cb30acb
22 changed files with 219 additions and 64 deletions
+3 -1
View File
@@ -2,11 +2,13 @@ pub mod color;
pub mod document;
pub mod layers;
pub mod operation;
pub mod response;
mod shape_points;
pub use operation::Operation;
pub use response::DocumentResponse;
type LayerId = u64;
pub type LayerId = u64;
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum DocumentError {