You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bromine/src/events
trivernis 324a788031
Change how replies are emitted
All events that are emitted inside a handler function are seen
as replies to the event that called the handler.
The FromPayloadBytes and ToPayloadBytes traits have been renamed
to FromPayload and IntoPayload. The IntoPayload trait passes the
context in its arguments to allow serializable structures to be
serialized by the default serializer.

Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
..
payload_serializer Change serialization to be able to use multiple formats 2 years ago
error_event.rs Change how replies are emitted 2 years ago
event.rs Change how replies are emitted 2 years ago
event_handler.rs Remove generic bounds from Context, Namespace and EventEmitter 2 years ago
mod.rs Move serialization implementation and rename messagepack feature to serialize_rmp 2 years ago
payload.rs Change how replies are emitted 2 years ago