//! A minimal Rust library generated from the `premise-rust-lib` template.
/// Returns the premise greeting.
pubfnhello_premise()->&'staticstr{"hello premise"}#[cfg(test)]modtests{usesuper::*;#[test]fnhello_premise_returns_greeting(){assert_eq!(hello_premise(),"hello premise");}}