little-stomper

Crates.iolittle-stomper
lib.rslittle-stomper
version0.4.0
sourcesrc
created_at2021-05-22 16:02:53.946454
updated_at2024-11-22 22:03:25.242467
descriptionA crate provideing an implementation of the STOMP 1.2 protocol.
homepagehttps://github.com/herblet/little-stomper
repositoryhttps://github.com/herblet/little-stomper
max_upload_size
id400866
size147,646
Toby Grasl (herblet)

documentation

README

Crates.io CI codecov

Little Stomper is a rust library which implements the STOMP protocol. It also includes a sample server using the library.

It uses two other libraries developed as part of the same project:

  • aysnc-map, which provides datastructures for concurrent use in an asynchronous context.
  • stomp-parser, which provides a parser and serialiser for STOMP 1.2 frames.

This project was started as an exercise to learn both Rust and STOMP. The code is not in production anywhere.

Originally named Stomper, but a crate with that name already exists; a toddler, ever-present during initial development, provided the rest.

Commit count: 56

cargo fmt