chik 0.28.1

A meta-crate that exports all of the Chik crates in the workspace.
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "private": true,
  "scripts": {
    "prettier": "prettier --check .",
    "fmt": "prettier --write ."
  },
  "devDependencies": {
    "prettier": "^3.5.3"
  }
}