scratch_io/wharf/
bsdiff.rs

1// This file is @generated by prost-build.
2/// Control is a bsdiff operation, see <https://twitter.com/fasterthanlime/status/790617515009437701>
3#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
4pub struct Control {
5  #[prost(bytes = "vec", tag = "1")]
6  pub add: ::prost::alloc::vec::Vec<u8>,
7  #[prost(bytes = "vec", tag = "2")]
8  pub copy: ::prost::alloc::vec::Vec<u8>,
9  #[prost(int64, tag = "3")]
10  pub seek: i64,
11  /// when true, don't apply and stop reading bsdiff control
12  #[prost(bool, tag = "4")]
13  pub eof: bool,
14}