Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
246 stars 28 forks source link

Create SRData from slices #52

Closed irh closed 11 months ago

irh commented 11 months ago

This PR updates the impl of From for SRData so that it takes &[u8] rather than &Vec<u8>.

The implementation is the same, but allows for byte slices owned by containers other than Vec.