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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
paste = "1.0.5"

[dependencies.nom]
version = "6.1.2"
features = ["alloc"]