Module smoldot_light::platform
source · Re-exports§
pub use default::DefaultPlatform;
Modules§
- Implementation of the
PlatformRef
trait that leverages the operating system. - Augments an implementation of
AsyncRead
andAsyncWrite
with a read buffer and a write buffer.
Structs§
- Established multistream connection information. See
PlatformRef::connect_multistream
. - Implementation of a
PlatformRef
that wraps around another platform and adds a prefix before every log line and task name.
Enums§
- Address passed to
PlatformRef::connect_stream
. - Connection type passed to
PlatformRef::supports_connection_type
. - Log level of a log entry.
- Address passed to
PlatformRef::connect_multistream
. - Direction in which a substream has been opened. See
PlatformRef::next_substream
.
Traits§
- Access to a platform’s capabilities.