issues Search Results · repo:pyfisch/cbor language:Rust
Filter by
0 results
(47 ms)0 results
inpyfisch/cbor (press backspace or delete to remove)https://cbor.io/spec.html states that RFC-8949 is a new edition of RFC-7049 that describes the same format, but with
more explanation of topics that had arisen since the first RFC.
It would be nice to ...
david-fong
- Opened on Aug 7, 2021
- #221
I briefly scanned through the code and I don’t believe this crate supports BigFloat as defined in RFC 8949
section 3.4.4. I believe rust-decimal is the most common crate implementing this type of structure. ...
fredfortier
- Opened on Jul 24, 2021
- #220
Deserialize huge struct: Error: ErrorImpl { code: RecursionLimitExceeded, offset: 30094 }
Serde json support https://docs.rs/serde_json/1.0.64/serde_json/struct.Deserializer.html#method.disable_recursion_limit ...
artjoma
- 1
- Opened on Jul 15, 2021
- #219
So I have a variant of an enum, Contributor::Ip, and an equivalent struct IpContributor. The struct round-trips through
serialization and deserialization but the enum variant with just one field doesn ...
Erutuon
- Opened on Jun 14, 2021
- #216
(this is a question not an issue, hope that s OK)
I have a [u8] which I am incrementally filling with CBOR fragments. I need a value that I can init the array with, at
the moment I m using 0xff - but ...
jamessewell
- 6
- Opened on Sep 15, 2020
- #210
I m confused as to why parsing tags out of CBOR is locked behind a feature. With it this way, the library clobbers valid
CBOR messages in a way that makes no sense unless you look close enough to realize ...
Redrield
- 3
- Opened on Sep 7, 2020
- #208
The serde_if_integer macro allows serde support for platforms that don t support 128bit integers. serde_cbor does not
follow the suggested pattern here
grantperry
- Opened on Aug 3, 2020
- #206
This is one of those issues where it s not exactly clear what the correct thing to do is, but I feel like CBOR is mostly
used as a compact version of JSON, so I think you should be able to write JSON using ...
Timmmm
- Opened on Jul 30, 2020
- #205
https://github.com/pyfisch/cbor/blob/a218403a52e60c991313f429e4acc05cce81ce25/src/de.rs#L859
If I try to write an enum as e.g. \xbf\x67variant\x65hello\xff there s a somewhat confusing error: invalid ...
valpackett
- 1
- Opened on Jul 5, 2020
- #199
Hello! I encountered this while exploring the use of CBOR as an alternative to JSON for something I m working on. My
project will require moving around a bunch of floating point numbers, and if I can I ...
bheisler
- 1
- Opened on Jun 7, 2020
- #197

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.