cargo-public-api
cargo-public-api copied to clipboard
Group items in a more logical manner
Right now struct
s are in one group and struct field
s are in another group. It would be much more logical to group a struct
together with its struct field
s. Same with enum and enum variants, struct and associated methods, etc.