ev3rt 0.5.0

Rust bindings for ev3rt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
crate-type = ["lib"]

[package]
authors = ["Massimiliano Mantione <massimiliano.mantione@gmail.com>"]
description = "Rust bindings for ev3rt"
license = "MIT"
name = "ev3rt"
readme = "README.md"
version = "0.5.0"
[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"