canadensis_encoding 0.5.0

A Cyphal implementation: Transfer encoding and decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "canadensis_encoding"
version = "0.5.0"
authors = ["Sam Crow <scrow@eng.ucsd.edu>"]
edition = "2018"
keywords = ["embedded", "uavcan", "uav", "can", "cyphal"]
categories = ["embedded", "no-std"]
repository = "https://github.com/samcrow/canadensis"
license = "MIT OR Apache-2.0"
description = "A Cyphal implementation: Transfer encoding and decoding"

[dependencies]
half = { version = "2.6.0", default-features = false }
zerocopy = "0.8.26"

[dev-dependencies]
heapless = "0.9.1"