We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8356615 commit f054dcfCopy full SHA for f054dcf
src/lib.rs
@@ -139,6 +139,12 @@ cfg_if! {
139
140
mod hermit;
141
pub use hermit::*;
142
+ } else if #[cfg(target_os = "teeos")] {
143
+ mod fixed_width_ints;
144
+ pub use fixed_width_ints::*;
145
+
146
+ mod teeos;
147
+ pub use teeos::*;
148
} else if #[cfg(all(target_env = "sgx", target_vendor = "fortanix"))] {
149
mod fixed_width_ints;
150
pub use fixed_width_ints::*;
0 commit comments