This repository was archived by the owner on May 30, 2022. It is now read-only.
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fast-xml"
3
- version = " 0.23.0 "
3
+ version = " 0.23.1 "
4
4
description = " High performance xml reader and writer"
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change
1
+ # [ quick-xml] returned back and active again. Please use it
1
2
# fast-xml -- successor of [ quick-xml]
2
3
3
4
![ status] ( https://github.com/Mingun/fast-xml/actions/workflows/rust.yml/badge.svg )
Original file line number Diff line number Diff line change
1
+ //! Please use [quick-xml]. This project was born as its successor, but [quick-xml]
2
+ //! raised again.
3
+ //!
1
4
//! High performance XML reader/writer.
2
5
//!
3
6
//! ## Description
7
10
//! A streaming API based on the [StAX] model. This is suited for larger XML documents which
8
11
//! cannot completely read into memory at once.
9
12
//!
10
- //! The user has to expicitely _ask_ for the next XML event, similar
13
+ //! The user has to explicitly _ask_ for the next XML event, similar
11
14
//! to a database cursor.
12
15
//! This is achieved by the following two structs:
13
16
//!
125
128
//!
126
129
//! [StAX]: https://en.wikipedia.org/wiki/StAX
127
130
//! [Serde]: https://serde.rs/
131
+ //! [quick-xml]: https://github.com/tafia/quick-xml
128
132
#![ cfg_attr(
129
133
feature = "document-features" ,
130
134
cfg_attr( doc, doc = :: document_features:: document_features!( ) )
You can’t perform that action at this time.
0 commit comments