-
I am unable to compile my project due to `found duplicate lang item panic_impl`, which appears to be caused by `std` library being indirectly included by `rasn` :fearful:. Even though this library is …
-
One of the things that needs a good representation the the rasn framework is defining and using Objects/Classes from ASN.1 in rasn.
-
I've been doing a spot of testing of the new OER implementation and found some inputs that produce encoder output that the OER decoder refuses to decode. @XAMPPRocky asked that I report them here to b…
-
Would you be interested in a PR to more accurately pin point error locations when using the derive macro?
-
As discussed during the latest Smart Contract deep dive, we should include details of L2 transaction in _deposit event_:
- payload - `SigningPayload` from `kairos-tx`,
- public key,
- signature.
…
-
At Heathrow the weather had a -RA statement which VATIS could not understand. Later I added -RA and +RA to the json file, but not sure if that will work.
John
-
We're currently using generic XDR primitive, but in TN1265 they recommend using OSHX2A.
-
When I add a crate, I normally try to minimize the number of new dependencies that get pulled in.
When doing so, I noticed that rasn-derive depends on rayon. Investigating further shows that it onl…
-
Hello, I've been using `num-bigint` for `rasn`. I've been working on adding static information about ASN.1's constrained types, and one of things I need for this is having a const `Range` for allowing…
-
I have a SignedData object from [CMS](https://docs.rs/rasn-cms/latest/rasn_cms/) and I decode bytes and validate all the fields one by one like in the [tests](https://github.com/librasn/rasn/blob/main…