Separated orchid-host and orchid-extension
This is an architectural change that allows me to implment specifics first and generalize along observed symmetries in orchid-base
This commit is contained in:
@@ -11,7 +11,7 @@ pub type SysDeclId = u16;
|
||||
pub type SysId = u16;
|
||||
|
||||
/// Details about a system provided by this library
|
||||
#[derive(Coding)]
|
||||
#[derive(Debug, Clone, Coding)]
|
||||
pub struct SystemDecl {
|
||||
/// ID of the system, unique within the library
|
||||
pub id: SysDeclId,
|
||||
|
||||
Reference in New Issue
Block a user