zlink-smol 0.4.1

zlink library for the smol runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/z-galaxy/zlink/3660d731d7de8f60c8d82e122b3ece15617185e4/data/logo.png"
)]
#![deny(
    missing_debug_implementations,
    nonstandard_style,
    rust_2018_idioms,
    missing_docs
)]
#![warn(unreachable_pub)]
#![cfg_attr(not(doctest), doc = include_str!("../README.md"))]

pub use zlink_core::*;
#[cfg(feature = "server")]
pub mod notified;
pub mod unix;