grift_std 1.4.0

Standard library I/O and runtime features for the Grift Scheme language (requires std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "grift_std"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Standard library I/O and runtime features for the Grift Scheme language (requires std)"
repository = "https://github.com/gold-silver-copper/grift"
documentation = "https://docs.rs/grift_std"
keywords = ["scheme", "lisp", "io", "stdlib", "interpreter"]
categories = ["development-tools"]

[dependencies]
grift_core = { workspace = true }