dsdl 0.0.3

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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59728874223c6d2bd6d6626086ac21b335013d45620e564adbea70873808e1ef"

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