1 2 3 4 5
use crate::version; pub fn get_user_agent() -> String { format!("devrc/{}", version::VERSION) }