Docs.rs
uds-rs-0.1.0
uds-rs 0.1.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
japawBlob
Dependencies
bitflags ^2.4.1
normal
embedded-can ^0.4.1
normal
futures ^0.3
normal
futures-timer ^3.0.2
normal
futures-util ^0.3.25
normal
libc ^0.2
normal
log ^0.4.20
normal
mio ^0.8
normal
nix ^0.26
normal
num_enum ^0.7.2
normal
rand ^0.8.5
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio-socketcan-isotp ^0.1.0
normal
env_logger ^0.10.0
dev
Versions
7.88%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Files
uds_rs/
lib.rs
1
//! Refer to the module [uds] for all the documentation
2
mod
uds;
3
4
pub use
uds::
*
;