swon 0.1.0

SWON - SWan Object Notation core library
Documentation
  • Coverage
  • 25%
    5 out of 20 items documented0 out of 7 items with examples
  • Size
  • Source code size: 2.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Hihaheho/eure
    4 0 7
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ryo33

swon

SWON (SWan Object Notation) is a minimalist, schema-friendly format with an algebraic data model that's compatible with JSON.

This is the core library for working with SWON 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

$swon.version: https://swon.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 swon.dev for more information.