dy 0.0.1

Quickly generate a delightful, light, and human readable/writable syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "dy"
path = "src/main.rs"

[dependencies]

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Quickly generate a delightful, light, and human readable/writable syntax"
edition = "2021"
license-file = "LICENSE"
name = "dy"
readme = false
version = "0.0.1"