All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rust-server.example-server_lib.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
//! Main library entry point for {{externCrateName}} implementation.

mod server;

mod errors {
    error_chain!{}
}

pub use self::errors::*;

/// Instantiate a new server.
pub fn server() -> Result {
    Ok(server::Server {})
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy