Update lib.rs
This commit is contained in:
parent
77a535865b
commit
264c9bfd3c
@ -34,9 +34,9 @@
|
|||||||
//! let io = IoHandler::new();
|
//! let io = IoHandler::new();
|
||||||
//! io.add_method("say_hello", SayHello);
|
//! io.add_method("say_hello", SayHello);
|
||||||
//! let _server = Server::start_unsecure_http(
|
//! let _server = Server::start_unsecure_http(
|
||||||
//! &"127.0.0.1:3030".parse().unwrap(),
|
//! &"127.0.0.1:3030".parse().unwrap(),
|
||||||
//! Arc::new(io)
|
//! Arc::new(io)
|
||||||
//! );
|
//! );
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user