#text-format #configuration #data #implemented

已删除 yass

用 Rust 实现的数据和配置文本格式

使用旧的 Rust 2015

0.1.1 2018年4月10日
0.1.0 2018年4月2日

#71#text-format

24 个月下载量
用于 3 crates

MIT/Apache

11KB
93

YASS 是一种数据和配置文本格式。

示例

\ Based on 2nd example at https://json.org/example.html (as of 2018-03-31)
(example-1-widget)
debug true
window {
  title "Sample Konfabulator Widget"
  name "main_window"
  width 500
  height 500
}
item (image){
  src "Images/Sun.png"
  name "sun1"
  hoffset 250
  voffset 250
  alignment center
}
item (text){
  data "Click Here"
  size 36
  style bold
  name "text1"
  hoffset 250
  voffset 100
  alignment center
  on-mouse-up "sun1.opacity = (sun1.opacity / 100) * 90;"
}

无运行时依赖