soft_rust_runtime 0.1.1

Runtime support library for soft_rust macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "soft_rust_runtime"
version = "0.1.1"
edition = "2021"
authors = ["Soft-Rust Contributors"]
description = "Runtime support library for soft_rust macros"
repository = "https://github.com/LooneyRichie/Soft-Rust"
homepage = "https://github.com/LooneyRichie/Soft-Rust"
license = "MIT"
keywords = ["macro", "runtime", "dsl"]
categories = ["development-tools::procedural-macro-helpers"]

readme = "../README.md"

[dependencies]