stomp-parser 0.3.0

A crate for parsing Stomp frames, implemented using nom.
Documentation
1
2
3
4
5
[![Crates.io](https://img.shields.io/crates/v/stomp-parser.svg?logo=rust)](https://crates.io/crates/stomp-parser)
![CI](https://github.com/herblet/stomp-parser/actions/workflows/build_with_coverage.yml/badge.svg)
[![codecov](https://codecov.io/gh/herblet/stomp-parser/branch/main/graph/badge.svg?token=A5OF9IQC2K)](https://codecov.io/gh/herblet/stomp-parser)

A Rust crate for parsing Stomp frames, implemented using [nom](https://github.com/Geal/nom).