aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index aea4c91..6850234 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -128,6 +128,11 @@ extern crate serde;
#[cfg(feature="std")]
extern crate alloc;
+#[cfg(feature="behavior")]
+mod behavior;
+#[cfg(feature="behavior")]
+pub use behavior::{Access, Exception, ExceptionInfo, PrivilegeLevel};
+
#[macro_use]
mod isa_settings;