Docs.rs
embedded-c-sdk-bind-hal-0.7.3
embedded-c-sdk-bind-hal 0.7.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Merisy-Thing
Dependencies
critical-section ^1.2.0
normal
embassy-sync ^0.6.1
normal
embassy-time-driver ^0.1.0
normal
embedded-c-sdk-bind-print-macros ^0.1.2
normal
embedded-hal ^1.0.0
normal
embedded-hal-async ^1.0.0
normal
embedded-hal-nb ^1.0.0
normal
embedded-io ^0.6.1
normal
embedded-io-async ^0.6.1
normal
fugit ^0.3.7
normal
fugit-timer ^0.1.3
normal
heapless ^0.8.0
normal
log ^0.4.22
normal
nb ^1.1.0
normal
paste ^1.0.15
normal
portable-atomic ^1.10.0
normal
Versions
24.64%
of the crate is documented
Go to latest version
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
embedded_
c_
sdk_
bind_
hal
0.7.3
Module format
Module Items
Structs
Functions
In crate embedded_
c_
sdk_
bind_
hal
embedded_c_sdk_bind_hal
Module
format
Copy item path
Source
Structs
§
WriteTo
A struct representing a writer that appends formatted data to a byte buffer.
Functions
§
fmt_
to_
buf
Formats data using
format_args!
(
arg
argument) and writes it to a byte buffer
buf
.