stomp-rs icon indicating copy to clipboard operation
stomp-rs copied to clipboard

Reorganize modules/structs

Open zslayton opened this issue 10 years ago • 0 comments

Some structs (particularly OptionSetters) live in unusual places. Some examples:

  • connection::HeartBeat => session::HeartBeat
  • connection::Credentials => session::Credentials

A 'message' module would be nice for:

  • header::ContentType => message::ContentType

etc.

zslayton avatar Feb 08 '15 23:02 zslayton