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
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
..
events Change how replies are emitted 2 years ago
ipc Change how replies are emitted 2 years ago
namespaces Remove generic bounds from Context, Namespace and EventEmitter 2 years ago
protocol Add more restritions to protocol trait to be Send + Sync 3 years ago
error.rs Add event format version validation 2 years ago
lib.rs Change how replies are emitted 2 years ago
macros.rs Add events macro and change provider to provide static strings 3 years ago