Results 137 comments of Flávio J. Saraiva

If the only issue is having source code available, then this page looks like a good new reference: https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz/

I have no experience with trustfall, but a trustfall adapter for syn seems appropriate for the cbindgen case. It could be used to generate the internal data instead of parsing...

> If you're interested in giving it a shot, I'd be happy to help you get started with Trustfall and answer any questions! I don't mind mind trying but only...

I was having a go at this issue because it also affects me. The forward declarations I have to put in `after_includes` keep increasing... I managed to record what is...

After analyzing the source this flowchart appears to be what was originally intended. ```mermaid flowchart TD bindgen::builder::Builder -->|parse stage => build IR from rust code| bindgen::library::Library bindgen::library::Library -->|transform stage =>...

> Well, I don't really know the amount of work needed. I would just say Dynamips will be less and less used in the future, so maybe is not worth...

Hmm, this "rust" branch thing might not work out. It seems that my coding rate is not compatible with your time, and I make mistakes all the time. For proper...

I am interested in implementing this (have to deal with lots of skipped bits). The [bitfield-struct](https://crates.io/crates/bitfield-struct) crate ignores fields that start with `_` and has `__` as an example in...

In my case (assembler instructions), handling endianness of structs and fields is essential. ### What is endianness? Basically, it is the order of whatever unit of data you are refering...

I was trying out virtual filesystem crates to see if it could be used in [ja2-stracciatella](https://github.com/ja2-stracciatella/ja2-stracciatella). As part of a PR there, I'm adding code for SLF files to their...