eure-config 0.0.0

EURE workspace configuration
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 34s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Hihaheho/eure
    8 1 35
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ryo33

eure

EURE is a minimalist, schema-friendly format with an algebraic data model that's compatible with JSON.

This is the core library for working with EURE format.

This crate is still under development and published for name reservation purpose.

Features

  • Minimalist syntax
  • Schema-friendly design
  • Algebraic data model
  • JSON data model compatible
  • Rich editor experience
  • Human friendly
  • Programmatically editable

Example

$eure.version: https://eure.dev/versions/v0.1.0
title: test
language: en
target_window: Main

@ actions[]
$variant: use-script
script-id: title

@ actions[]
$variant: sleep
seconds = 2.0

@ actions[]
$variant: set-base-background-image
image: images/backgrounds/blank.png

Visit eure.dev for more information.