That3Percent / tree-buf

An experimental serialization system written in Rust
MIT License
262 stars 8 forks source link

Iterator based read API #5

Open That3Percent opened 4 years ago

That3Percent commented 4 years ago

Add a mode to read data based on iterators, rather than requiring deserializing the full struct into memory. This is blocked on #4, since right now the entire file would have to be loaded.