1 unstable release
new 0.1.0 | Jan 11, 2025 |
---|
#12 in #harmony-os
30KB
246 lines
OpenHarmony rawfile bindings
The OpenHarmony rawfile API allows the user to access so-called rawfile
s 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 rawfile
s 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