mrc-workout-creator 0.3.0

Create workouts in the MRC format.
Documentation
use iced::Sandbox;
use mrc_workout_creator::gui::mrc_creator;

pub fn main() -> iced::Result {
    mrc_creator::MRCCreator::run(mrc_creator::settings())
}