radix-primitive 0.0.2

Rust port of Radix Core Primitive.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "radix-primitive"
description = "Rust port of Radix Core Primitive."

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[dependencies]
web-sys = { workspace = true, features = ["Event"] }