lingxia 0.1.2

LingXia - Cross-platform LxApp (lightweight application) framework for Android, iOS, and HarmonyOS
docs.rs failed to build lingxia-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lingxia-0.1.0

lingxia

Platform entry crate for the LingXia framework. Provides cross-platform FFI bindings and extension registration APIs.

Platform Modules

Module Target
android Android (JNI)
apple iOS / macOS (Swift Bridge)
harmony HarmonyOS (NAPI)

Exports

  • register_logic_extension - Register custom JS logic extensions
  • register_provider - Register provider
  • LxLogicExtension - Trait for JS extensions
  • Provider - Combined provider trait
  • UpdateProvider - Trait for update checking
  • FingerprintProvider - Trait for device fingerprint
  • UpdateCheckResult, UpdatePackageInfo - Update result types