attention: Replace parse_* and serialise with TryFrom<Element> and Into<Element>.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-01 23:49:44 +01:00
commit 765e8c3333
3 changed files with 34 additions and 20 deletions

View file

@ -13,6 +13,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#![feature(try_from)]
extern crate minidom;
extern crate jid;
extern crate base64;