1 2 3 4 5 6 7 8 9 10 11 12 13
// 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::*;