issues
search
dtolnay
/
serde-yaml
Strongly typed YAML library for Rust
Apache License 2.0
964
stars
164
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Singleton Map Recursion fails to compile due to recursion
#416
Byter09
opened
8 months ago
0
Why is it trying to deserialize a map instead of an enum?
#415
Masber
opened
8 months ago
0
Unable to deserialize number as string for HashMap if flattened or inside untagged enum
#414
vallentin
opened
8 months ago
0
ignore trailing document separators
#413
milahu
opened
9 months ago
0
Quote YAML 1.1 bools during serialization
#412
NiklasRosenstein
opened
9 months ago
4
how can I merge 2 serde_yaml::Value?
#411
Masber
closed
8 months ago
1
Thoughts about libyaml-safer
#410
wrenger
closed
8 months ago
3
Untagged variant will make tagged ones unparsable
#409
ImUrX
opened
9 months ago
1
Add swap_remove and shift_remove methods on Mapping
#408
dtolnay
closed
10 months ago
0
Long Map keys bug
#407
perryqh
closed
10 months ago
3
Deserializer only acknowledges first line of YAML
#406
butterflyhigh
closed
10 months ago
2
Support for serialization/deserialization of nested enums
#405
mfrench1989
opened
10 months ago
1
Yaml with colon at the beginning of a value won't parse
#404
joe2xyz
opened
10 months ago
0
Remove option_if_let_else clippy suppression
#403
dtolnay
closed
10 months ago
0
Enhancement: Allow compact one-line representation of some fields
#402
nyurik
closed
11 months ago
1
Turn on deny(unsafe_op_in_unsafe_fn)
#401
dtolnay
closed
11 months ago
0
Document the YAML specification version and schema
#400
milliams
opened
11 months ago
0
QUESTION: decoded from blank dictionary field
#399
jjeffcaii
opened
11 months ago
0
more string quoting
#398
thedavidmeister
opened
12 months ago
1
Inconsistent Quoting Behavior in String Serialization
#397
NanezX
opened
1 year ago
2
[BUG] Tagged null at end of flow sequence gives scanner error
#396
Kyuuhachi
opened
1 year ago
0
Deserialization using serde_yaml seems to be failing when it involves a nested struct
#395
divn123
opened
1 year ago
0
Deterministically destroy sign of NaN when converted to Number
#394
dtolnay
closed
1 year ago
0
Add test of NaN sign when deserializing to primitive
#393
dtolnay
closed
1 year ago
0
Ensure that .nan deserialization produces positive NaN
#392
dtolnay
closed
1 year ago
0
Fail to deserialize i128 in internally tagged enum
#391
gpollo
opened
1 year ago
1
Make Iterator implementation of Deserializer::from_reader lazy
#390
quilir
opened
1 year ago
0
New API to get anchors and aliases from a document
#389
lucasvr
closed
1 year ago
1
#[serde(flatten)] disables treating an integer as a string
#388
espindola
opened
1 year ago
0
"did not find expected node content" parse regression since 0.8
#387
jrray
opened
1 year ago
0
externally tagged enums not correctly parsed in 0.9.25
#386
Pierric82
closed
1 year ago
5
Feature Request: `yaml!()` macro similar to `serde_json::json!({})`
#385
Fishrock123
closed
1 year ago
2
allow yes/no as boolean values
#384
wookietreiber
closed
1 year ago
1
Use quoted style for strings consisting of digits with leading zero
#383
dtolnay
closed
1 year ago
0
Implement FromStr for serde_yaml::Number
#382
dtolnay
closed
1 year ago
0
Implement FromStr for Number
#381
FaveroFerreira
closed
1 year ago
1
Strings that are commonly interpreted as booleans by other YAML parsers are not escaped
#380
Whodiduexpect
opened
1 year ago
0
Recognizing more boolean representations
#379
jonathan-s
closed
1 year ago
4
[Bug] Failed to deserialize a enum inside a tagged enum.
#378
peng1999
opened
1 year ago
0
Update indexmap dependency to version 2
#377
dtolnay
closed
1 year ago
0
test: add untagged de tests
#376
Fishrock123
opened
1 year ago
1
confusion around `Value::TaggedValue` and `is_null`
#375
0rphon
opened
1 year ago
0
[BUG] Serialization emits invalid file with missing sections
#374
Danvil
opened
1 year ago
3
Crash with Custom Type Deserializer
#373
FishArmy100
closed
1 year ago
2
from_str::<Value>() interprets entire input as string in some cases
#372
cloneable
closed
1 year ago
1
Fix deserialization of tag `!<%21>`
#371
dtolnay
closed
1 year ago
0
Treat Tag::new("!") as tag %21, instead of empty tag
#370
dtolnay
closed
1 year ago
0
Reuse Tag visitor in Value's Deserialize impl
#369
dtolnay
closed
1 year ago
0
Preserve location information better when parsing invalid tag
#368
dtolnay
closed
1 year ago
0
Check for empty string before constructing Tag
#367
dtolnay
closed
1 year ago
0
Next