noalloc-slip-rs 0.1.2

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.1.2"
dependencies = [
 "noalloc-vec-rs",
]

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