rapidity 0.1.0

Placeholder for the Rapidity project.
Documentation
1
2
3
4
5
6
//! Placeholder for the Rapidity project.

/// Returns a placeholder string.
pub fn placeholder() -> &'static str {
    "Rapidity coming soon!"
}