vasi / positioned-io

Read and write from offsets in Rust.
MIT License
74 stars 18 forks source link

[Feature] Support for Boxed types. #21

Closed ruseinov closed 1 year ago

ruseinov commented 1 year ago

Some context here: https://github.com/ChainSafe/forest/blob/3f960de479c9ce33eda94febd5190c38898811e5/src/db/car/mod.rs#L24-L40

niklasf commented 1 year ago

Thanks! Seems consistent given impl<R: Read + ?Sized> Read for Box<R> { in the standard library.

ruseinov commented 1 year ago

@niklasf cheers! Looking forward to a new release in order to employ it in our project!