6 releases

Uses new Rust 2024

new 0.1.6 Feb 2, 2026
0.1.5 Jan 28, 2026
0.0.0 May 24, 2025

#446 in Database interfaces


Used in 8 crates

MIT/Apache

2.5MB
63K SLoC

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.

Dependencies

~14–33MB
~446K SLoC