Skip to content

Commit 0ddd31e

Browse files
committed
Update readme, add funding
1 parent f7325e1 commit 0ddd31e

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [twistedfall]

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
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]
1220
libstrophe = "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

2125
This 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

0 commit comments

Comments
 (0)