change user-facing api to be simpler and more ergonomic
This commit is contained in:
+2
-2
@@ -10,5 +10,5 @@ mod snapshot;
|
||||
pub use module::Module;
|
||||
pub use process::{Identifier, Process};
|
||||
|
||||
pub type ProcessSnapshot = snapshot::Process;
|
||||
pub type ModuleSnapshot = snapshot::Module;
|
||||
type ProcessSnapshot = snapshot::Process;
|
||||
type ModuleSnapshot = snapshot::Module;
|
||||
|
||||
Reference in New Issue
Block a user