Cecylia Bocovich
04e7caef31
Refactor modules
2023-01-30 15:08:30 -05:00
Cecylia Bocovich
9d448b00b4
Return an iterator over ResourceDiff items
...
Rather than returning a Receiver<Bytes>, instead return a ResourceStream
struct that implements the Iterator trait so callers can simply iterate
over the ResourceDiff items received.
2023-01-30 15:03:14 -05:00
Cecylia Bocovich
c89aa4a9f9
Add function to start a resource-stream connection
...
At the moment the start_stream function very simply prints out each
response as it arrives.
2023-01-29 14:18:39 -05:00
Cecylia Bocovich
64247c1ceb
Add more tests for resource serialization
2023-01-23 12:58:41 -05:00
Cecylia Bocovich
d5c98510db
Run `cargo fmt`
2023-01-20 16:12:29 -05:00
Cecylia Bocovich
c837a13121
Initial commit
2023-01-20 16:01:03 -05:00