arti/tor-consdiff
Nick Mathewson 745c90e92c Enable cargo_common_metadata warning. 2021-05-25 15:42:47 -04:00
..
fuzz Whoops: add fuzzers code. 2020-12-17 15:05:58 -05:00
src Enable cargo_common_metadata warning. 2021-05-25 15:42:47 -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 Add automatically generated README.md files to each crate. 2021-05-25 15:41:23 -04:00

README.md

tor-consdiff

tor-consdiff: Restructed 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