Docs.rs
rs-matter-stack-0.2.0
rs-matter-stack 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
20 August 2026
Links
Repository
crates.io
Source
Owners
ivmarkov
Dependencies
bitflags ^2.5
normal
cfg-if ^1
normal
defmt ^1
normal
optional
edge-mdns ^0.8
normal
optional
edge-nal ^0.7
normal
edge-nal-std ^0.7
normal
optional
embassy-futures ^0.1
normal
embassy-sync ^0.8
normal
embassy-time ^0.5
normal
enumset ^1
normal
heapless ^0.9
normal
log ^0.4
normal
optional
rand_chacha ^0.9
normal
rand_core ^0.6
normal
rand_core ^0.9
normal
rs-matter ^0.3
normal
scopeguard ^1
normal
async-compat ^0.2
dev
embassy-time-queue-utils ^0.3
dev
env_logger ^0.11
dev
futures-lite ^1
dev
rand ^0.8
dev
static_cell ^2.1
dev
bitflags ^2
normal
nix ^0.30
normal
optional
Versions
76.67%
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 eth
rs_
matter_
stack
0.2.0
Module eth
Module Items
Structs
Traits
Type Aliases
In crate rs_
matter_
stack
rs_matter_stack
Module
eth
Copy item path
Source
Structs
§
Eth
An implementation of the
Network
trait for Ethernet.
Preexisting
Ethernet
A utility type for running an ethernet task with a pre-existing ethernet interface rather than bringing up / tearing down the ethernet interface for the task.
Traits
§
Ethernet
A trait for running a task within a context where the ethernet interface is initialized and operable
Ethernet
Task
A trait representing a task that needs access to the operational Ethernet interface (Network stack and Netif) to perform its work.
Type Aliases
§
EthMatter
Stack