ruby-types 0.0.2

📦 Ruby value and error types for Rusty Ruby
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "ruby-types"

version.workspace = true

description = "📦 Ruby value and error types for Rusty Ruby"

edition.workspace = true

license.workspace = true

authors.workspace = true

repository = "https://github.com/nyar-vm/rusty-ruby"

keywords = ["ruby", "types", "runtime"]

categories = ["development-tools"]



[lib]

path = "src/lib.rs"



[dependencies]

serde = { workspace = true }