noalloc-slip-rs 0.2.1

A no-std SLIP (Serial Line Internet Protocol) encoder and decoder 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 = 4

[[package]]
name = "noalloc-slip-rs"
version = "0.2.1"
dependencies = [
 "noalloc-vec-rs",
]

[[package]]
name = "noalloc-vec-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7940b77ffb2d54f149095d6cf89e031975d56757c273ed7e339d4d6c0b0dbaf7"