[go: up one dir, main page]

android_log 0.1.2

Logger which writes to Android logging subsystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "android_log"
version = "0.1.2"
authors = ["Saleem Rashid <dev@saleemrashid.com>"]

repository = "https://github.com/saleemrashid/android_log-rs"

license = "MIT/Apache-2.0"
readme = "README.md"

description = """
Logger which writes to Android logging subsystem
"""

[dependencies]
log = "0.3"
android_liblog-sys = "0.1"