1#![doc = include_str!("../README.md")] 2#![cfg_attr( 3 all(target_os = "hermit", feature = "common-os"), 4 feature(thread_local) 5)] 6 7#[cfg(all(target_os = "hermit", feature = "common-os"))] 8mod syscall;