puzzlib 0.1.0

A library for creating puzzles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "Puzzlib Development Container",
  "image": "mcr.microsoft.com/devcontainers/rust:latest",
  "customizations": {
    "vscode": {
      "settings": {},
      "extensions": [
        "rust-lang.rust-analyzer"
      ]
    }
  },
  "postCreateCommand": "cargo install --locked cargo-edit cargo-watch"
}