libvctrl_handler 5.2.0

Fundamental contracts for building a version control system – no implementations, only traits and types
Documentation
[package]
name = "libvctrl_handler"
version = "5.2.0"
edition = "2024"
description = "Fundamental contracts for building a version control system – no implementations, only traits and types"
license = "MIT"
authors = ["mroczect"]
documentation = "https://docs.rs/libvctrl"
homepage = "https://github.com/mroczect/libvctrl"
repository = "https://github.com/mroczect/libvctrl"
readme = "README.md"
keywords = ["version-control", "vcs", "library", "traits"]
categories = ["development-tools", "data-structures"]

[lints]
workspace = true

[dev-dependencies]
criterion = { version = "0.8", default-features = false, features = ["cargo_bench_support"] }

[[bench]]
name = "handler_bench"
harness = false