bynk 0.59.0

The Bynk driver — a thin orchestrator over the bynkc compiler and the Node toolchain (cargo is to rustc as bynk is to bynkc).
Documentation
1
2
3
4
5
6
7
8
# Bynk project manifest — marks the project root for `bynkc` and the LSP.
[project]
name = "appname"
version = "0.1.0"

[paths]
src = "src"
tests = "tests"