micattix 0.2.0

A Rust library for the Mattix board game, named after mica's perfect cleavage property
Documentation
1
2
3
4
5
// src/lib.rs - ライブラリのエントリポイント

pub mod core;
pub mod game;
pub mod ui;