Add a body plugin.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-19 23:21:23 +01:00
commit 948ecd7dd7
3 changed files with 73 additions and 0 deletions

View file

@ -3,6 +3,7 @@ extern crate minidom;
pub mod error;
pub mod ns;
pub mod body;
pub mod disco;
pub mod data_forms;
pub mod media_element;