Implemented thread-safe Connection.
This commit is contained in:
parent
b2006d044d
commit
6da40f2ad3
5 changed files with 83 additions and 58 deletions
|
@ -3,12 +3,9 @@
|
|||
#![crate_type = "lib"]
|
||||
|
||||
#![feature(if_let)]
|
||||
#![feature(phase)]
|
||||
#![feature(slicing_syntax)]
|
||||
extern crate regex;
|
||||
#[phase(plugin)] extern crate regex_macros;
|
||||
extern crate serialize;
|
||||
|
||||
mod conn;
|
||||
mod conn;
|
||||
pub mod data;
|
||||
pub mod server;
|
||||
mod utils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue