kithara-platform 0.0.1-alpha4

Cross-platform primitives (sync, time, thread) for native and wasm32.
Documentation
1
2
3
pub fn log_error(msg: &str) {
    tracing::error!(target: "kithara_platform", "{msg}");
}