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

#38 in #magic

Download history 109/week @ 2025-01-27 262/week @ 2025-02-03 256/week @ 2025-02-10 412/week @ 2025-02-17 198/week @ 2025-02-24 47/week @ 2025-03-03 1/week @ 2025-03-10 60/week @ 2025-03-24 187/week @ 2025-03-31 156/week @ 2025-04-07 312/week @ 2025-04-14 152/week @ 2025-04-21 22/week @ 2025-04-28 238/week @ 2025-05-05

752 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

135KB
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

~5–11MB
~198K SLoC