v0.10.0-alpha.4
Pre-release
Pre-release
- Breaking change:
FileBytesStream
andFileResponseBuilder
are no longer exported. If you were using these, please let us know via an issue, so we can design an API that fits the changes in structures. - Breaking change: The VFS layer now uses a new
FileAccess
trait instead ofAsyncRead
, to save on copy operations when serving fromMemoryFs
. An additionalIntoFileAccess
trait was also added to provide an intermediate step where buffer allocation can take place. These changes are reflected in type constraints throughout the crate API. - Fixed an issue where
MemoryFs
would not serve the directory index for/
.