14 unstable releases (3 breaking)

Uses new Rust 2024

new 0.4.2 Apr 18, 2025
0.4.1 Apr 15, 2025
0.3.4 Apr 5, 2025
0.3.3 Mar 30, 2025
0.1.3 Feb 9, 2025

#16 in #magic

Download history 298/week @ 2025-02-07 176/week @ 2025-02-14 397/week @ 2025-02-21 76/week @ 2025-02-28 1/week @ 2025-03-07 119/week @ 2025-03-28 165/week @ 2025-04-04 227/week @ 2025-04-11

511 downloads per month

Apache-2.0 OR MIT

1.5MB
3.5K 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

~43–89MB
~1.5M SLoC