File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ github : [twistedfall]
Original file line number Diff line number Diff line change 11# libstrophe
22
3- ## Documentation
3+ [ ![ Build Status] ( https://github.com/twistedfall/libstrophe/actions/workflows/libstrophe.yml/badge.svg )] ( https://github.com/twistedfall/libstrophe/actions/workflows/libstrophe.yml )
4+ [ ![ Documentation] ( https://docs.rs/libstrophe/badge.svg )] ( https://docs.rs/libstrophe )
5+ [ ![ Crates.io] ( https://img.shields.io/crates/v/libstrophe )] ( https://crates.io/crates/libstrophe )
6+ ![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
7+
8+ [ Support the project] ( https://github.com/sponsors/twistedfall ) | [ Documentation] ( https://docs.rs/libstrophe )
49
5- See [ full documentation] ( https://docs.rs/libstrophe )
610
711## Usage
812
9- Add this to your Cargo.toml:
13+ Run:
14+ ``` shell
15+ cargo add libstrophe
1016```
17+ Or add to your Cargo.toml:
18+ ``` toml
1119[dependencies ]
1220libstrophe = " 0.20.1"
1321```
1422
15- ![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
16- [ ![ Build Status] ( https://github.com/twistedfall/libstrophe/actions/workflows/libstrophe.yml/badge.svg )] ( https://github.com/twistedfall/libstrophe/actions/workflows/libstrophe.yml )
17- [ ![ Documentation] ( https://docs.rs/libstrophe/badge.svg )] ( https://docs.rs/libstrophe )
18-
1923## libstrophe - ergonomic wrapper for Rust
2024
2125This library provides high level ergonomic bindings for [ libstrophe] , an XMPP client library.
@@ -126,4 +130,6 @@ The following features are provided:
126130[ docs ] : https://strophe.im/libstrophe/doc/0.13.0/
127131[ libstrophe examples ] : https://github.com/strophe/libstrophe/tree/0.12.2/examples
128132
129- License: LGPL-3.0
133+ ## License
134+
135+ LGPL-3.0
You can’t perform that action at this time.
0 commit comments