spellcast_solver 0.2.0

For solving discord Spellcast boards. Was my first ever Rust project, so code isn't great.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "spellcast_solver"

version = "0.2.0"

edition = "2021"

license = "MIT OR Apache-2.0"

description = "For solving discord Spellcast boards. Was my first ever Rust project, so code isn't great."

repository = "https://github.com/vLiimes/spellcast_solver"



[dependencies]

crossbeam = "0.8.4"