// Copyright (c) TribuFu. All Rights Reserved. //! Alnilam Miscellaneous Utilities. #![allow(non_snake_case)] mod StringVec; #[cfg(not(target_arch = "wasm32"))] #[path = "ForeignString.rs"] mod _ForeignString; #[cfg(not(target_arch = "wasm32"))] pub use self::_ForeignString::*;