#magic #version #source #build #arenabuddy

arenabuddy_core

core modules for arenabuddy

12 releases

Uses new Rust 2024

new 0.3.3 Mar 30, 2025
0.3.2 Feb 26, 2025
0.2.3 Feb 19, 2025
0.1.3 Feb 8, 2025
0.1.0 Jan 28, 2025

#30 in #magic

Download history 102/week @ 2025-01-26 158/week @ 2025-02-02 357/week @ 2025-02-09 360/week @ 2025-02-16 245/week @ 2025-02-23 62/week @ 2025-03-02 1/week @ 2025-03-09

406 downloads per month
Used in 2 crates

Apache-2.0 OR MIT

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

~3–12MB
~148K SLoC