Skip to content

Instantly share code, notes, and snippets.

View randomPoison's full-sized avatar
💜

Nicole L randomPoison

💜
View GitHub Profile
@randomPoison
randomPoison / playground.rs
Last active August 15, 2017 14:40 — forked from anonymous/playground.rs
Rust code shared from the playground
#![feature(plugin)]
#![plugin(rocket_codegen)]
use std::sync::RwLock;
use std::sync::Arc;
use std::time;
use std::thread;
extern crate rocket;
use rocket::State;