Implement WebIDL codegen for ByteString.

This commit is contained in:
Ms2ger 2014-05-01 22:02:53 +02:00
parent 541d581c32
commit 8c879c8bf8
6 changed files with 100 additions and 2 deletions

View file

@ -42,6 +42,7 @@ pub mod dom {
pub mod error;
pub mod conversions;
pub mod proxyhandler;
pub mod str;
pub mod trace;
pub mod codegen {
pub use self::BindingDeclarations::*;