| Filename | Latest commit message | Latest commit date |
|---|---|---|
This function always appends to an existing string, so by passing it a String directly we can avoid superfluous allocations. Also tokio-xmpp was doing a bunch of &str to String for no reason around there, let’s remove that too. |
||
| .. | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| ChangeLog | ||
| logo.svg | ||
| README.md | ||
TODO
- allow tls verify customization
- more tests