proxy-wasm-rust-sdk icon indicating copy to clipboard operation
proxy-wasm-rust-sdk copied to clipboard

Stop using "our" Bytes type.

Open PiotrSikora opened this issue 1 year ago • 0 comments

It's a simple alias to Vec, so it doesn't provide any value, and it conflicts with a popular Bytes type from the bytes crate.

This is a non-breaking change, since we retain the public alias.

PiotrSikora avatar Oct 28 '24 22:10 PiotrSikora