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/tests
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
..
utils Add tests for namespace and restructure tests 2 years ago
test_events_with_payload.rs Change how replies are emitted 2 years ago
test_raw_events.rs Change how replies are emitted 2 years ago
test_serialization.rs Change how replies are emitted 2 years ago