issues
search
tafia
/
quick-xml
Rust high performance xml reader and writer
MIT License
1.22k
stars
238
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove ignored tests which produces warnings since serde 1.0.215
#833
Mingun
closed
3 days ago
0
Implement `BytesCData::escaped()` fn
#832
Turbo87
closed
1 week ago
4
`]]>` in `CDATA` is not escaped
#831
Turbo87
closed
1 week ago
1
Fix typo
#830
allan2
closed
2 weeks ago
1
How to deserialize text with Unit inside and save position of Unit within text?
#829
squeaktoy
closed
3 weeks ago
1
recommendations for chaining Readers and Writers
#828
jokeyrhyme
closed
4 weeks ago
1
Make `escape` and it variants take a `impl Into<Cow<str>>` argument and implement `From<(&'a str, Cow<'a, str>)>` on `Attribute`
#827
Tpt
closed
1 month ago
2
Fix boolean parsing and make `SimpleTypeSerializer` and `SimpleTypeDeserializer` public
#826
Mingun
closed
1 month ago
1
Make `SimpleTypeDeserializer` public
#825
C0D3-M4513R
closed
1 month ago
1
How to deserialize a Struct with only Attributes from `BytesStart`?
#824
C0D3-M4513R
closed
1 month ago
4
Do not allow consequent primitives in `$value` fields and top-level
#823
Mingun
closed
1 month ago
2
(De)serializing `xsi` attributes (`xsi:type`, `xsi:nil` etc.)
#822
furtidev
closed
1 month ago
2
Because serde issues #1904 and #2371 are fixed, remove workarounds for them from tests
#821
Mingun
closed
1 month ago
1
Do not write excess indents arount text fields when serialize with serde
#820
Mingun
closed
1 month ago
2
Deserialization of enum variant which recursively refers to itself failed with stackoverflow
#819
Mingun
opened
1 month ago
0
Custom XML serialize/deserialize derive macro
#818
FlixCoder
closed
1 month ago
1
Deserializing $primitive= gives some problems.
#817
stchysh
closed
1 month ago
1
Add support for multi char indentation
#816
FadyQJ
closed
1 month ago
1
Why this very simple code doesn't return the data I expect?
#815
frederikhors
closed
1 month ago
1
Implemented change implementing "Keep specific element to single line while using indent with serde serializer#655"
#814
RedIODev
closed
1 month ago
3
Remove extra newline when pretty printing text serialized from foreing types
#813
RedIODev
closed
1 month ago
1
Write comment when using serde serialization?
#812
sydhds
opened
1 month ago
1
Make Errors more "narrow"
#811
RedPhoenixQ
closed
1 month ago
7
Return `std::io::Error` from Writer methods
#810
RedPhoenixQ
closed
1 month ago
8
Deserialize array failed when tags discontinuous
#809
Caisin
closed
1 month ago
1
Cannot Deserialize a Serializable Enum
#808
MasterTemple
closed
2 months ago
3
Add normalize_line_end for unescape and test
#807
yorkz1994
opened
2 months ago
11
End-of-Line Handling seems not confront to xml specification
#806
yorkz1994
opened
2 months ago
1
How to represent any node using this library and Serde
#805
eirnym
closed
2 months ago
2
Document how to deserialize and serialize attributes using serde
#804
eirnym
opened
2 months ago
5
Document how to deserialize and serialize XML with namespaces using serde
#803
eirnym
opened
2 months ago
2
Fix DocType closing bracket recognition in buffered reader
#802
BlueGreenMagick
closed
2 months ago
6
Error when parsing !DOCTYPE longer than buffer of BufRead
#801
BlueGreenMagick
closed
2 months ago
1
UnexpectedStart Error decoding xml that has a <br /> tag in it (fetched from a jenkins config.xml)
#800
merc1031
closed
2 months ago
2
Expose a way to iterate over `DeEvent`s
#799
iliazeus
opened
2 months ago
1
Error: data did not match any variant of untagged enum
#798
EmekaLiberas
closed
2 months ago
1
fix namespace prefix deserialize
#797
KaiserY
closed
3 months ago
3
unpin tokio Cargo.toml
#796
j-mendez
closed
3 months ago
2
How to deserialize an element contains empty string?
#795
jianse
closed
3 months ago
1
The `form_str` function is counterintuitive
#794
lethargy123
closed
3 months ago
1
Question: How can I achieve this enum?
#793
xkikeg
closed
3 months ago
2
Support for embedded raw binary with serde API
#792
elrnv
opened
3 months ago
0
Duplicate field in standard BPMN XML
#791
snoop244
closed
3 months ago
2
Confusing error: "missing field `$value`"
#790
zaczkows
closed
4 months ago
1
How to capture additional (unknown) nodes?
#789
firewave-remo
closed
4 months ago
2
Serde support for serializing and deserializing binary blobs in XML files
#788
elrnv
opened
4 months ago
0
How to deserialize Decimal?
#787
Zzaniu
closed
4 months ago
1
add new test for issue 785
#786
jonaspleyer
opened
4 months ago
2
serde De/Serializing Option<u64> fails
#785
jonaspleyer
closed
4 months ago
1
vector serialization is not correct
#784
vangork
closed
1 month ago
1
Next