-
This spike is to evaluate the current architecture: xdrgen to js-xdr (where js-xdr produces an output which uses dts-xdr to output the d.ts typescript definition). [Details in this doc](https://docs.g…
-
Right now when passing ledger entries from Go to Rust when running `simulateTransaction` the following stages happen:
1. The ledger entry is obtained from the DB in binary-serialized XDR
2. The DB…
-
It is not clear how to represent a Rust `Option` type in XDR. The [custom-types documentation](https://github.com/stellar/soroban-docs/blob/41f47dad626e8479b816550da822382ab98c7354/docs/learn/custom-t…
-
Guide could include:
- A blob of XDR
- How you would traverse through the structure to get your specific data that Horizon/RPC/Hubble doesn't automagically get for you
- Please see the Stellar La…
-
## Describe the bug
Hi, I'm trying to use this package to generate rust files from https://github.com/stellar/js-stellar-base but it crashes while doing so.
The error output is:
```
thread 'ma…
-
They have a set of XDR types here:
https://github.com/stellar/stellar-core/blob/master/src/xdr/Stellar-types.x
We should model them in rust as best as possible and demonstrate the ability to pack …
-
I am a GROMACS contributor and I am very curious about Lumol. I tried to compile it with Rust [1.75](https://www.freshports.org/lang/rust/) and [1.76 nightly](https://www.freshports.org/lang/rust-nigh…
-
Thank you again for adding the data type maps, it really helps! I do have a question though, what data type should I use to express XDR C-like enums?
I thought that I could just make them c-like an…
-
I'm using this crate for my libvirt-rpc project. Works great so far!
Are there any plans to implement #[derive(Pack)] or serde integration?
-
Hi there,
I have been trying to use this PoC code to generate some functioning code but since the blog post was written in 2017 most of the Rust ecosystem has changed and libraries it relied have e…