tracing-oslog 0.1.1

A layer for tracing that outputs to the oslog on macOS/iOS
1
2
3
4
5
6
7
#![allow(
	non_upper_case_globals,
	non_camel_case_types,
	non_snake_case,
	dead_code
)]
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));