arti/tor-consdiff
Nick Mathewson 2102d2e2b5 Add noop_method_call warning.
This would have saved ahf and me a lot of confusion in debugging a
situation where we were cloning a reference of a type that didn't
implement Clone.
2021-05-27 14:32:29 -04:00
..
fuzz Whoops: add fuzzers code. 2020-12-17 15:05:58 -05:00
src Add noop_method_call warning. 2021-05-27 14:32:29 -04: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 Give every Cargo.toml a repository field 2021-05-19 14:56:09 -04:00
README.md Use the "typos" tool to fix some spelling 2021-05-26 19:18:35 -04: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 vesion 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