1//! The library module defines additional utility functions for Rune. 2 3#[cfg(test)] 4pub(crate) mod elprop; 5pub(crate) mod filevercmp;