beyond 0.1.3

Easily execute rust functions on an external machine instead of locally.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "beyond"
version = "0.1.3"
edition = "2024"
description = "Easily execute rust functions on an external machine instead of locally."
license = "MIT"
repository = "https://github.com/silvasch/beyond"
documentation = "https://docs.rs/beyond"

[dependencies]
base64 = "0.22.1"
beyond_derive = { version = "0.1.0", path = "../beyond_derive" }
serde = "1.0.219"
serde_json = "1.0.143"

[dev-dependencies]
serde = { version = "1.0.219", features = ["derive"] }