gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
831 stars 105 forks source link

read/cfi: type parameter style changes #726

Closed philipc closed 2 months ago

philipc commented 2 months ago

This is preparation for an Address type parameter.

Rename some storage type parameters from A to S. This is for consistency with other existing uses, and frees up A to be used for Address.

Also use where clauses for long type parameter lists, since these will be even longer with the Address parameter.