20 releases (4 breaking)

Uses new Rust 2024

new 0.5.1 May 12, 2025
0.4.4 May 7, 2025
0.3.3 Mar 30, 2025

#782 in Debugging

Download history 51/week @ 2025-01-22 122/week @ 2025-01-29 218/week @ 2025-02-05 226/week @ 2025-02-12 381/week @ 2025-02-19 200/week @ 2025-02-26 2/week @ 2025-03-05 110/week @ 2025-03-26 160/week @ 2025-04-02 191/week @ 2025-04-09 326/week @ 2025-04-16 48/week @ 2025-04-23 10/week @ 2025-04-30 275/week @ 2025-05-07

725 downloads per month

Apache-2.0 OR MIT

145KB
4K SLoC

ArenaBuddy

An MTGA companion app

Development Instructions

To get started with the ArenaBuddy development environment, follow these steps:

  1. Install Prerequisites:

    • Rust toolchain
    • Required platform-specific dependencies for Tauri development
  2. Development Commands:

    # Run development server
    cargo tauri dev
    
    # Build production version
    cargo tauri build
    
  3. 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

~39MB
~655K SLoC