//! Core functionality for creating mock objects with Simulacrum.
extern crate debugit;
extern crate handlebox;
extern crate simulacrum_shared;
extern crate simulacrum_user;
pub type MethodName = &'static str;
pub use Handle as ExpectationId;
pub use Expectations;
pub use Method;