Closed abrisco closed 2 years ago
I'd originally thought to encode the SplicingMetadata and Config structs using bincode but ran into https://github.com/bincode-org/bincode/issues/167
SplicingMetadata
Config
This revealed https://github.com/abrisco/cargo-bazel/issues/100
I'd originally thought to encode the
SplicingMetadata
andConfig
structs using bincode but ran into https://github.com/bincode-org/bincode/issues/167