stak-native 0.2.2

Optimized primitives of native functions for Stak Scheme
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "stak-native"
description = "Optimized primitives of native functions for Stak Scheme"
version = "0.2.2"
edition.workspace = true
keywords.workspace = true
license-file.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
stak-vm = { version = "0.7.24", path = "../vm" }

[lints]
workspace = true