crows-shared 0.1.0

Utilities shared between WASM and host in Crows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
description = "Utilities shared between WASM and host in Crows"
documentation = "https://docs.rs/crows-shared"
edition = "2021"
homepage = "https://github.com/drogus/crows"
license-file = "LICENSE"
name = "crows-shared"
repository = "https://github.com/drogus/crows"
version = "0.1.0"