//! A simple example that prints the version of ratmom and libcurl being used. //! //! This example is useful to run on various systems when troubleshooting //! version-related issues. fn main() { println!("version: {}", ratmom::version()); }