Sebastien Guillemot
Sebastien Guillemot
Elo hasn't been visible for a long time, so it shows ranking for users now. It also fixes that it wasn't able to pull summoner levels I also got rid...
Fix #91 Currently this fails with the following error that I don't really understand ``` error[E0308]: mismatched types --> src/lib.rs:654:37 | 654 | deser_test(&CborInCbor::new(Foo::new(0, String::new(), vec![]), 9)) | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
#50 adds support for the `.cbor` notation It does so by having `foo = bytes .cbor bar` simply make foo be an alias for bar at the type level and...
I'm not sure if there is a good way to codegen this, but the current codegen logic will not explicitly generate `serde::Serialize` & `serde::de::Deserialize` traits for types even if they...
Some types such as addresses require a custom to/from json that converts them to base58 or bech32. It would be nice if there was a way to get the codegen...
Currently in `parsing.rs` we have two places where we use `apply_type_aliases` because we don't order definitions via a dependency graph It would be nice to remove this, but this depends...
Not sure about floating point spec in CBOR vs floating point implementation in Rust. Additionally, I'm not sure if we support float types at all in the first place such...
It was added to the cddl crate in version 0.9 as well https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cddl-control-01#section-3
It was added to the cddl crate in version 0.9 as well https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cddl-control-01#section-2.2
It was added to the cddl crate in version 0.9 as well https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cddl-control-01#section-2.1