change user-facing api to be simpler and more ergonomic

This commit is contained in:
2024-12-31 08:24:17 +00:00
parent 61e1671214
commit 4b56a9ddfc
4 changed files with 35 additions and 40 deletions
+2 -2
View File
@@ -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;