Cecylia Bocovich
0b0324c487
Change ResourceStream from an Iterator into a Stream
2023-03-21 17:37:15 -04:00
Cecylia Bocovich
1da6e245cc
Formatting and documentation fixes
2023-01-30 17:05:38 -05:00
Cecylia Bocovich
685541176b
Add documentation
2023-01-30 15:23:01 -05:00
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