arti/tor-consdiff
S0AndS0 432fd9443e WIP: Add the "unwrap_used" lint.
> Check `unwrap_used` section of Clippy documentation for details;
>
>   https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used

This adds the following Clippy configuration to crates;

    #![deny(clippy::unwrap_used)]

**Warning** while tests and compiler do not show any errors, the submitted
changes are very much a Work In Progress and mistakes may have been made. Check

    https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/67

Merge Request thread for more details.
2021-08-24 15:31:31 -07:00
..
fuzz Add symlinks to arti-corpora 2021-08-04 15:52:24 -04:00
src WIP: Add the "unwrap_used" lint. 2021-08-24 15:31:31 -07:00
testdata More tests for tor-consdiff. 2020-12-17 09:08:42 -05:00
tests More tests for tor-consdiff. 2020-12-17 09:08:42 -05:00
Cargo.toml Bump version dependencies to 0.0.0 2021-06-24 09:27:17 -04:00
README.md Fix typos and other spelling mistakes 2021-07-31 18:02:35 +02:00

README.md

tor-consdiff

tor-consdiff: Restricted ed diff and patch formats for Tor.

Overview

This crate is part of Arti, a project to implement Tor in Rust. Tor uses a restricted version of the "ed-style" diff format to record the difference between a pair of consensus documents, so that clients can download only the changes since the last document they have.

This crate provides a function to apply one of these diffs to an older consensus document, to get a newer one.

TODO: Eventually, when we add relay support, we will need to generate these diffs as well as consume them.

License: MIT OR Apache-2.0