Crates.io | tor-consdiff |
lib.rs | tor-consdiff |
version | |
source | src |
created_at | 2021-06-24 14:22:50.114832 |
updated_at | 2025-01-07 17:23:24.089208 |
description | Handle the consensus-diff format used in the Tor directory protocol |
homepage | https://gitlab.torproject.org/tpo/core/arti/-/wikis/home |
repository | https://gitlab.torproject.org/tpo/core/arti.git/ |
max_upload_size | |
id | 414483 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Restricted ed diff and patch formats for Tor.
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