script 0.5.0

barebones http scripting
1
2
3
4
5
6
7
8
pub mod kv;
pub use kv::*;

pub mod mongo;
pub use mongo::*;

pub mod redis;
pub use redis::*;