openvcs-core 0.1.5

Core types and traits for OpenVCS.
Documentation
1
2
3
4
5
6
7
8
9
set shell := ["bash", "-eu", "-o", "pipefail", "-c"]

default:
  @just --list

fix:
  cargo fmt --all
  cargo clippy --fix --all-targets --all-features --allow-dirty --allow-staged