coda-std 0.1.0

the standard library for coda, an experimental scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "coda-runtime"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c694a2a473803e42798bbab0c41eff892e3eed4027db9e574f67bb2226e892ec"

[[package]]
name = "coda-std"
version = "0.1.0"
dependencies = [
 "coda-runtime",
]