neon-frame 0.1.1

Macros to simplify writing Neon apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "neon-frame"
version = "0.1.1"
edition = "2021"
authors = ["Emerald Team", "Igor Artamonov"]
license = "Apache-2.0"
repository = "https://github.com/emeraldpay/neon-frame/neon-frame"
documentation = "https://docs.rs/neon-frame"
description = "Macros to simplify writing Neon apps"

[dependencies]
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"