stomp-parser 0.4.1

A crate for parsing Stomp frames, implemented using nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.nom]
features = ["alloc"]
version = "6.1.2"

[dependencies.paste]
version = "1.0.5"

[package]
authors = ["Toby Grasl <herblet@knowledge42.com>"]
description = "A crate for parsing Stomp frames, implemented using nom."
edition = "2018"
homepage = "https://github.com/herblet/stomp-parser"
license = "MIT"
name = "stomp-parser"
repository = "https://github.com/herblet/stomp-parser"
version = "0.4.1"