issues
search
Marcono1234
/
struson
Streaming JSON reader and writer written in Rust
https://crates.io/crates/struson
Apache License 2.0
64
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump serde from 1.0.195 to 1.0.196
#45
dependabot[bot]
closed
9 months ago
0
Bump strum from 0.25.0 to 0.26.1
#44
dependabot[bot]
closed
9 months ago
0
[serde] Add more Serde derived tests
#43
Marcono1234
opened
9 months ago
0
[serde-ser] Remove validation of expected length
#42
Marcono1234
opened
9 months ago
1
Serialization does not work with `serde_with::skip_serializing_none`
#41
IgnisDa
closed
9 months ago
5
`IncorrectElementsCountError` on serializing a complex value
#40
IgnisDa
closed
9 months ago
2
Bump serde_json from 1.0.109 to 1.0.111
#39
dependabot[bot]
closed
9 months ago
0
Bump serde from 1.0.193 to 1.0.195
#38
dependabot[bot]
closed
9 months ago
1
Bump thiserror from 1.0.53 to 1.0.56
#37
dependabot[bot]
closed
9 months ago
0
Bump serde_json from 1.0.108 to 1.0.109
#36
dependabot[bot]
closed
10 months ago
1
Bump thiserror from 1.0.51 to 1.0.53
#35
dependabot[bot]
closed
10 months ago
0
Provide simpler / less error-prone API
#34
Marcono1234
opened
10 months ago
1
Bump thiserror from 1.0.50 to 1.0.51
#33
dependabot[bot]
closed
10 months ago
1
Simplify `JsonStreamReader` by always collecting string and number values in `Vec` / `String`
#32
Marcono1234
opened
10 months ago
1
`StringValueReader` and `StringValueWriterImpl` should not repeat original error kind
#31
Marcono1234
closed
10 months ago
0
Use trailing `\` instead of two spaces for hard line break in Markdown
#30
Marcono1234
closed
10 months ago
0
Improve assertions in tests
#29
Marcono1234
opened
11 months ago
0
Add nesting limit for `JsonStreamReader`
#28
Marcono1234
closed
10 months ago
0
Bump serde from 1.0.192 to 1.0.193
#27
dependabot[bot]
closed
10 months ago
1
Bump serde from 1.0.189 to 1.0.192
#26
dependabot[bot]
closed
11 months ago
0
Expose reader publicly from `JsonStreamReader`
#25
kskalski
closed
10 months ago
9
Bump serde_json from 1.0.107 to 1.0.108
#24
dependabot[bot]
closed
11 months ago
0
Bump serde from 1.0.189 to 1.0.190
#23
dependabot[bot]
closed
11 months ago
1
Use `std::fmt::Write` for string value writer
#22
Marcono1234
opened
1 year ago
0
Verify that usage after error does not lead to undefined behavior
#21
Marcono1234
opened
1 year ago
3
Bump rustix from 0.38.14 to 0.38.20
#20
dependabot[bot]
closed
1 year ago
0
Use `impl Trait` return type for `next_string_reader` and `string_value_writer`
#18
Marcono1234
closed
10 months ago
1
Bump thiserror from 1.0.49 to 1.0.50
#17
dependabot[bot]
closed
1 year ago
0
Bump serde from 1.0.188 to 1.0.189
#16
dependabot[bot]
closed
1 year ago
1
Improve `JsonErrorLocation` structure
#15
Marcono1234
closed
10 months ago
0
Add public method for obtaining `JsonReader` location
#14
Marcono1234
closed
10 months ago
0
Bump thiserror from 1.0.48 to 1.0.49
#13
dependabot[bot]
closed
1 year ago
0
Bump actions/checkout from 3 to 4
#12
dependabot[bot]
closed
1 year ago
0
Add `read_str` method to `JsonReader`'s StringValueReader
#11
Marcono1234
opened
1 year ago
0
`JsonStreamReader::next_name()` sometimes returns wrong results or panics
#10
Marcono1234
closed
1 year ago
0
Update strum_macros requirement from 0.24.3 to 0.25.0
#9
dependabot[bot]
closed
1 year ago
1
Update strum requirement from 0.24.1 to 0.25.0
#8
dependabot[bot]
closed
1 year ago
1
Update criterion requirement from 0.4.0 to 0.5.1
#7
dependabot[bot]
closed
1 year ago
0
Support JSON Pointer (RFC 6901)
#6
Marcono1234
closed
1 year ago
1
Add tests asserting that no memory is allocated for certain use cases
#5
Marcono1234
closed
1 year ago
0
Opt-out for JSON path tracking of `JsonStreamReader`
#4
Marcono1234
closed
1 year ago
0
Speed up number serialization using itoa and ryu crates
#2
Marcono1234
opened
1 year ago
0
Add methods for reading borrowed strings
#1
Marcono1234
closed
1 year ago
0
Previous