cpd-core 0.1.4

Core data models and hashing for cpd
Documentation
1
2
3
4
5
6
7
8
9
# cpd-core

Core data models and hashing utilities for [cpd](https://crates.io/crates/jscpd) — a fast copy/paste detector for code.

This crate provides the foundational types and hash-based detection algorithm used by the cpd tool. It is not intended to be used directly; see the `jscpd` crate for the full CLI.

## License

MIT