stak-native 0.10.0

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a86fdde19924340ffa833dd033b700d817916d4f1b4f582631816e32bec6383"

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

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