jubarte-redlines 0.9.0

Lossless DOCX redline engine — compare two Word documents into a tracked-changes document that opens cleanly in Microsoft Word; list, accept, or reject revisions
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2026 Jandira Technologies, LLC
//
// SPDX-License-Identifier: AGPL-3.0-only

//! Utilities ported from `PtUtil.ts` — M1.6.

pub mod group_adjacent;
pub mod sha1;

pub use group_adjacent::group_adjacent;
pub use sha1::{sha1_fingerprint, sha1_hex, sha1_hex_bytes, sha1_hex_parts};