Move state into proto::streams

This commit is contained in:
Carl Lerche
2017-08-02 12:57:49 -07:00
parent 341e15769e
commit 22ebf186c6
6 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
extern crate slab;
use proto::*;
use super::state;
use std::collections::{HashMap, hash_map};