cranpose-runtime-std 0.0.55

Standard library backed runtime services for Cranpose
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cranpose-runtime-std"
version.workspace = true
edition.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
license.workspace = true
description = "Standard library backed runtime services for Cranpose"

[dependencies]
cranpose-core = { workspace = true }

[features]
default = []
internal = ["cranpose-core/internal"]