serialstudio 0.1.0

A simple Rust library to act as a data source for Serial Studio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
version = "1.0.125"

[dependencies.serde_json]
version = "1.0.64"

[package]
authors = ["Evan Pratten <ewpratten@gmail.com>"]
description = "A simple Rust library to act as a data source for Serial Studio"
edition = "2018"
license-file = "LICENSE"
name = "serialstudio"
readme = "README.md"
version = "0.1.0"