Add CompositionEvent bindings

This commit is contained in:
Pyfisch 2017-08-22 12:01:35 +02:00
parent 10779f0251
commit 982c4ea2d8
4 changed files with 86 additions and 0 deletions

View file

@ -236,6 +236,7 @@ pub mod characterdata;
pub mod client;
pub mod closeevent;
pub mod comment;
pub mod compositionevent;
pub mod console;
mod create;
pub mod crypto;