pub fn d_diff(bytes: &[u8]) -> Result<Vec<u64>>Available on crate feature
diff only.Expand description
Decodes a sequence of integers encoded with e_diff.
Reconstructs the original increasing sequence from the differences.
解码使用 e_diff 编码的整数序列。
从差值中重建原始的递增序列。