Docs.rs
veecle-osal-std-0.1.0
veecle-osal-std 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
26 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
veecle-release-bot
Dependencies
embedded-io ^0.6.1
normal
embedded-io-adapters ^0.6.2
normal
embedded-io-async ^0.6.1
normal
futures ^0.3.31
normal
rand ^0.9.2
normal
socket2 ^0.6.0
normal
tokio ^1.47.1
normal
tokio-stream ^0.1.17
normal
veecle-osal-api ^0.1.0
normal
veecle-osal-std-macros ^0.1.0
normal
Versions
100%
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 log
veecle_
osal_
std
0.1.0
Module log
Module Items
Structs
Traits
In crate veecle_
osal_
std
veecle_osal_std
Module
log
Copy item path
Source
Expand description
Logging related system utilities.
Structs
§
Log
Implements the
LogTarget
trait by printing to standard output.
Traits
§
LogTarget
LogTarget
is used to perform log-related operations in a platform-agnostic manner.