uavcan-core 0.0.1

The primary (core) part of the uavcan implementation in rust. Core is also fitting as this crate is and always will be no_std
Documentation
[package]
name = "uavcan-core"
authors = ["Kjetil Kjeka <kjetilkjeka@gmail.com>"]
version = "0.0.1"

description = "The primary (core) part of the uavcan implementation in rust. Core is also fitting as this crate is and always will be no_std"

repository = "https://github.com/kjetilkjeka/uavcan-core.rs"

keywords = ["uavcan", "can", "uav", "embedded"]
categories = ["no-std", "embedded"]

license = "Apache-2.0/MIT"

[workspace]

[dependencies]
bit_field = "0.8.0"
uavcan-derive = "0.0.1"