webhotel/
lib.rs

1//! This is documentation for the `webhotel` lib crate
2//! 
3//! Usage:
4//! ```
5//!     let web=webhotel::new();
6//! ```
7#[cfg(test)]
8mod tests {
9    #[test]
10    fn it_works() {
11        let result = 2 + 2;
12        assert_eq!(result, 4);
13    }
14}