Skip to content

Instantly share code, notes, and snippets.

View arthurprs's full-sized avatar
🌌

Arthur Silva arthurprs

🌌
View GitHub Profile
@arthurprs
arthurprs / here.rs
Created October 13, 2016 18:04 — forked from rrichardson/here.rs
#![feature(conservative_impl_trait)]
extern crate futures;
extern crate tokio_core;
use std::env;
use std::io;
use std::net::SocketAddr;
use futures::{Future, Poll, Async};
use futures::stream::Stream;