tang-expr 0.1.0

RISC expression graph for symbolic computation, differentiation, and compilation
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "tang"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b456c6de7b7973349c5514c93aff1e27b90c3e084cee9fb7bad825a0a0a0ebcf"
dependencies = [
 "paste",
]

[[package]]
name = "tang-expr"
version = "0.1.0"
dependencies = [
 "tang",
]