17 unstable releases (3 breaking)
Uses new Rust 2024
new 0.4.3 | Apr 22, 2025 |
---|---|
0.4.2 | Apr 18, 2025 |
0.3.4 | Apr 5, 2025 |
0.3.3 | Mar 30, 2025 |
0.1.0 | Jan 28, 2025 |
#14 in #magic
670 downloads per month
130KB
3.5K
SLoC
ArenaBuddy
An MTGA companion app
Development Instructions
To get started with the ArenaBuddy development environment, follow these steps:
-
Install Prerequisites:
- Rust toolchain
- Required platform-specific dependencies for Tauri development
-
Development Commands:
# Run development server cargo tauri dev # Build production version cargo tauri build
-
Project Structure:
/arenabuddy_scraper
- scraping utility for building card databases from external sources/public
- Static assets/arenabuddy_cli
- Command line tool for testing arena log parsing without UI/src
- Frontend source code/src-tauri
- Rust backend code
Dependencies
~37MB
~610K SLoC