This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![feature(scoped_tls)] | |
#[macro_use] extern crate nickel; | |
use nickel::Nickel; | |
use nickel::router::http_router::HttpRouter; | |
use nickel::ResponseFinalizer; | |
struct MyObject; | |
impl MyObject { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/target | |
/db | |
/Cargo.lock |