manchester-code 0.1.0

A no-std library to allow Manchester encoding and decoding of datagrams.
Documentation
[dependencies.defmt]
version = "0.3.0"

[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.5"

[package]
authors = ["Volker Kempert <volker.kempert@almedso.de>"]
description = "A no-std library to allow Manchester encoding and decoding of datagrams."
documentation = "https://docs.rs/manchester-code"
edition = "2018"
homepage = "https://github.com/almedso/manchester-code"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE.md"]
keywords = ["embedded", "datagram", "infrared", "no-std"]
license = "MIT"
name = "manchester-code"
readme = "README.md"
repository = "https://github.com/almedso/manchester-code"
version = "0.1.0"