[dependencies]
[features]
alloc = ["nostd"]
default = ["std"]
nostd = []
std = []
[lib]
name = "ncomm_core"
path = "src/lib.rs"
[package]
authors = ["Nate Wert <n8.wert.b@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science::robotics"]
description = "NComm Common Traits Crate."
edition = "2021"
homepage = "https://github.com/N8BWert/ncomm"
keywords = ["robotics", "middleware", "NComm"]
license = "MIT"
name = "ncomm-core"
readme = false
repository = "https://github.com/N8BWert/ncomm"
version = "1.1.2"