1 2 3 4 5 6 7 8
//! Common datatypes and definitions used throughout Calypso. #![doc(html_root_url = "https://calypso-lang.github.io/rustdoc/calypso_common/index.html")] #![warn(clippy::pedantic)] pub mod gcx; pub use parking_lot;