rustbus icon indicating copy to clipboard operation
rustbus copied to clipboard

Some paths are too long

Open MaxVerevkin opened this issue 1 year ago • 2 comments

For example rustbus::wire::unmarshal::traits::Variant. Variant is not even a trait, so this could be rustbus::wire::unmarshal::Variant. Same for rustbus::wire::marshal::traits::Variant.

Similarly rustbus::wire::marshal::traits::SignatureBuffer could be rustbus::signature::Buffer.

MaxVerevkin avatar Feb 29 '24 16:02 MaxVerevkin

The location of these files is based on the separation of this library into params and traits. I'll think about how to organize this better especially with the prospect of eventually retiring the params part of things.

KillingSpark avatar Mar 06 '24 15:03 KillingSpark

The location of these files is based on the separation of this library into params and traits

Now it makes sense :)

MaxVerevkin avatar Mar 07 '24 14:03 MaxVerevkin