dsdl 0.0.2

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

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