camarim 0.1.0

Easy setup logging on FFI libs for mobile devices
Documentation
[dependencies.log]
version = "0.4.8"

[package]
authors = ["Bruno Tavares"]
description = "Easy setup logging on FFI libs for mobile devices"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "camarim"
repository = "https://github.com/bltavares/camarim"
version = "0.1.0"
[target."cfg(target_os = \"android\")".dependencies.android_logger]
version = "0.8"
[target."cfg(target_os = \"ios\")".dependencies.syslog]
version = "5.0.0"