floreum_parser 1.0.4

A no_std parser for Floreum messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "floreum_parser"
version = "1.0.4"
authors = ["Tanika Mellifont-Young <tanika.young@proton.me>"]
edition = "2024"
description = "A no_std parser for Floreum messages."
repository = "https://github.com/tanika-mellifont/floreum_parser"
license = "MIT OR Apache-2.0"
keywords = ["floreum", "parser", "message", "network", "osdev"]
categories = ["api-bindings", "parsing", "filesystem", "no-std::no-alloc", "network-programming"]

[dependencies]

[features]
default = []
bind = []