refactor(uri): make ByteStr an implementation detail of uri

This commit is contained in:
Yazad Daruvala
2017-06-23 21:52:56 -07:00
parent 579d360f51
commit 3021cd9dd8
6 changed files with 11 additions and 22 deletions

3
src/common/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub use self::str::ByteStr;
mod str;