[go: up one dir, main page]

android_liblog-sys 0.1.4

Native bindings to liblog on Android
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `android_liblog-sys`

[![crates.io](https://img.shields.io/crates/v/android_liblog-sys.svg)](https://crates.io/crates/android_liblog-sys)

Native bindings to `liblog` on Android.

`__android_log_vprint` is not included due to the impracticality and superfluity of `va_list`s in Rust.

# License

`android_liblog-sys` is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See `LICENSE-APACHE` and `LICENSE-MIT` for details.