This website requires JavaScript.
Explore
Help
Sign in
pep
/
xmpp-rs-mirror
Watch
1
Star
0
Fork
You've already forked xmpp-rs-mirror
0
mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced
2024-07-12 22:21:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f4e5f5380e
xmpp-rs-mirror
/
src
History
Emmanuel Gil Peyrot
f4e5f5380e
implement IntoElements and IntoAttributeValue for &String
2017-05-21 21:07:37 +01:00
..
convert.rs
implement IntoElements and IntoAttributeValue for &String
2017-05-21 21:07:37 +01:00
element.rs
Add iterators over attributes, nodes and text nodes. Clean up lots of code. Add as_element and as_text on Node. Add some inline annotations.
2017-05-14 16:38:56 +02:00
error.rs
overhauling the library, made tests pass
2017-03-08 20:34:17 +01:00
lib.rs
Reexport ElementEmitter from the lib.
2017-04-30 23:46:29 +01:00
tests.rs
Use a BTreeMap<String, String> instead of a Vec<Attribute> to store attributes
2017-04-26 23:44:58 +02:00