kasetto 1.2.1

An extremely fast AI skills manager, written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fmt:
    cargo fmt

lint:
    cargo clippy -- -D warnings

test:
    cargo test

build:
    cargo build --release

changelog:
    git-cliff --output CHANGELOG.md

check: fmt lint test build