Docs.rs
epics-libcom-rs-0.25.2
epics-libcom-rs 0.25.2
Permalink
Docs.rs crate page
27 July 2026
Links
Repository
crates.io
Source
Owners
physwkim
Dependencies
chrono ^0.4
normal
hostname ^0.4
normal
parking_lot ^0.12
normal
tracing ^0.1
normal
epics-macros-rs ^0.25.0
dev
serial_test ^3
dev
tempfile ^3
dev
tracing-subscriber ^0.3
dev
tokio ^1
normal
if-addrs ^0.13
normal
socket2 ^0.5
normal
tokio ^1
normal
epics-rtems-boot ^0.25.0
normal
libc ^0.2
normal
Versions
95.41%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module error
epics_
libcom_
rs
0.25.2
Module error
Module Items
Structs
Enums
In epics_
libcom_
rs::
runtime::
sync::
broadcast
epics_libcom_rs
::
runtime
::
sync
::
broadcast
Module
error
Copy item path
Source
Expand description
Broadcast error types
Structs
§
Send
Error
Error returned by the
send
function on a
Sender
.
Enums
§
Recv
Error
An error returned from the
recv
function on a
Receiver
.
TryRecv
Error
An error returned from the
try_recv
function on a
Receiver
.