dsdl 0.0.7

Open Cyphal DSDL Rust Implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cyphal"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c99cb7c483a66783d70c21ed382f005c6e93a39fb3fcd0a3db5f1cef8fe9eb4b"

[[package]]
name = "dsdl"
version = "0.0.7"
dependencies = [
 "cyphal",
]