Documentation
1
2
3
4
/// Returns a greeting.
pub fn seo() -> &'static str {
    "Hello from seo crate!"
}