#file #open-harmony #ffi #harmony-os #rawfile

ohos-rawfile-sys

Raw Bindings to the rawfile API of OpenHarmony

1 unstable release

0.1.0 Jan 11, 2025

#17 in #harmony-os

Download history 91/week @ 2025-01-05 53/week @ 2025-01-12 5/week @ 2025-01-19 5/week @ 2025-01-26 11/week @ 2025-02-02

165 downloads per month
Used in 2 crates (via ohos-image-kit-sys)

Apache-2.0

31KB
302 lines

OpenHarmony rawfile bindings

The OpenHarmony rawfile API allows the user to access so-called rawfiles that are bundled into the hap bundle.

License

Licensed under the Apache-2.0 license, matching the license of OpenHarmony.


lib.rs:

Bindings to the rawfile APIs

Overview

The OpenHarmony rawfile API allows the user to access so-called rawfiles that are bundled into the hap bundle.

You can use the APIs to traverse, open, search for, read, and close raw files. The rawfile APIs are non-thread-safe. Only the close and open APIs are thread-safe.

See also the official rawfile documentation.

Feature flags

Dependencies

~27KB