stak-native 0.10.15

Optimized primitives of native functions for Stak Scheme
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-elif"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4c88374f9089549688b990b079b53e13178ba952757332da543601c8f2313"

[[package]]
name = "stak-native"
version = "0.10.15"
dependencies = [
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.10.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb65a95a97eb394c22a4022cb3fc11ac46c1b0a0fa82e451297782f84fabcdff"
dependencies = [
 "cfg-elif",
]