el-ui v2: universal platform, service bindings, AOP, auth, publish pipeline

This commit is contained in:
Will Anderson
2026-04-27 19:52:29 -05:00
parent ea56ad6e09
commit c01d817141
51 changed files with 6653 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
//! Platform backend implementations.
pub mod android;
pub mod ios;
pub mod linux;
pub mod macos;
pub mod server;
pub mod web;
pub mod windows;
#[cfg(test)]
mod tests;