lingxia 0.5.1

LingXia - Cross-platform LxApp (lightweight application) framework for Android, iOS, and HarmonyOS
docs.rs failed to build lingxia-0.5.1
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, host addon lifecycle, and JS extension registration APIs.

Platform Modules

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

Exports

  • HostAddon - Trait for host bootstrap, services, and JS API registration
  • install_host_addon - Install a host addon before runtime initialization
  • register_logic_extension - Register custom JS logic extensions
  • host - Attribute macro for custom page-facing host APIs
  • register_hosts! - Register custom host handlers
  • register_provider - Register provider
  • register_log_provider - Register optional log upload/sink provider
  • LxLogicExtension - Trait for JS extensions
  • Provider - Combined provider trait
  • LogProvider - Trait for realtime log sink and collected log upload
  • UpdateProvider - Trait for update checking
  • FingerprintProvider - Trait for device fingerprint
  • UpdatePackageInfo, UpdateTarget, LxAppUpdateQuery - Update contract types