Hello world!

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-18 20:44:36 +01:00
commit 9cf1521775
9 changed files with 892 additions and 0 deletions

9
src/lib.rs Normal file
View file

@ -0,0 +1,9 @@
extern crate minidom;
pub mod error;
pub mod ns;
pub mod disco;
pub mod data_forms;
pub mod media_element;
pub mod ecaps2;