Docs.rs
minitel-0.3.2
minitel 0.3.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
plule
Dependencies
axum ^0.8.1
normal
optional
esp-idf-hal ^0.44.1
normal
optional
futures ^0.3.31
normal
optional
log ^0.4.22
normal
num_enum ^0.7.3
normal
ratatui ^0.29.0
normal
optional
smallvec ^1.13.2
normal
unicode-normalization ^0.1.24
normal
env_logger ^0.11.6
dev
futures ^0.3.31
dev
log ^0.4.22
dev
ratatui ^0.29.0
dev
tokio ^1.43.0
dev
tungstenite ^0.26.1
dev
Versions
35.52%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
minitel
0.3.2
Minitel
Message
Required Methods
message
Implementors
In crate minitel
minitel
Trait
MinitelMessage
Copy item path
Source
pub trait MinitelMessage { // Required method fn
message
(self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
message
(self) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl
MinitelMessage
for
ProtocolMessage
Source
§
impl
MinitelMessage
for
C0
Source
§
impl
MinitelMessage
for
C1
Source
§
impl
MinitelMessage
for
FunctionKey
Source
§
impl
MinitelMessage
for
G2
Source
§
impl
MinitelMessage
for
SIChar
Source
§
impl
MinitelMessage
for
G0
Source
§
impl
MinitelMessage
for
G1
Source
§
impl
MinitelMessage
for
Repeat
Source
§
impl
MinitelMessage
for
SetPosition
Source
§
impl
MinitelMessage
for
StringMessage