/*
Project: thormotion
GitHub: https://github.com/MillieFD/thormotion
BSD 3-Clause License, Copyright (c) 2025, Amelia Fraser-Dale
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the conditions of the LICENSE are met.
*/
/* ------------------------------------------------------------------------------ Public Modules */
pub
/* ----------------------------------------------------------------------------- Private Modules */
/* --------------------------------------------------------------------------- Public Re-Exports */
/// A sender for broadcasting command responses to multiple receivers.
pub type Sender = Sender;
/// A receiver for listening to command responses from a sender.
pub type Receiver = Receiver;
/* -------------------------------------------------------------------------- Private Re-Exports */
pub use *;
pub use *;
pub use *;