Skip to content

Commit e98ad65

Browse files
adamreicholddralley
authored andcommitted
Use docs.rs badge for linking to the documentation.
1 parent 31b05b3 commit e98ad65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![status](https://github.com/tafia/quick-xml/actions/workflows/rust.yml/badge.svg)
44
[![Crate](https://img.shields.io/crates/v/quick-xml.svg)](https://crates.io/crates/quick-xml)
5+
[![docs.rs](https://docs.rs/quick-xml/badge.svg)](https://docs.rs/quick-xml)
56
[![codecov](https://img.shields.io/codecov/c/github/tafia/quick-xml)](https://codecov.io/gh/tafia/quick-xml)
67

78
High performance xml pull reader/writer.
@@ -11,8 +12,6 @@ The reader:
1112
- is easy on memory allocation (the API provides a way to reuse buffers)
1213
- support various encoding (with `encoding` feature), namespaces resolution, special characters.
1314

14-
[docs.rs](https://docs.rs/quick-xml)
15-
1615
Syntax is inspired by [xml-rs](https://github.com/netvl/xml-rs).
1716

1817
## Example

0 commit comments

Comments
 (0)