zlink-core 0.7.0

The core crate of the zlink project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod read_connection_tests;
mod write_connection_tests;

#[cfg(feature = "std")]
mod chain_fds_tests;
#[cfg(feature = "std")]
mod connection_tests;
#[cfg(feature = "std")]
mod read_connection_fds_tests;
#[cfg(all(feature = "std", target_os = "linux"))]
mod write_connection_credentials_tests;
#[cfg(feature = "std")]
mod write_connection_fds_tests;