Add elyspace core import export model

This commit is contained in:
2026-05-08 23:05:53 -04:00
parent 784fe5a288
commit 058d377eab
7 changed files with 444 additions and 2 deletions
+3 -2
View File
@@ -4,6 +4,7 @@ mod state;
pub use error::CoreError;
pub use state::{
BrowserCore, BrowserSnapshot, InitialBrowserConfig, InstalledPlugin, PluginAuditAction,
PluginAuditEvent, SiteDataClearance, TrashedSpace,
BrowserCore, BrowserSnapshot, ELYSPACE_FILE_EXTENSION, ELYSPACE_SCHEMA_VERSION,
ElySpacePackage, InitialBrowserConfig, InstalledPlugin, PluginAuditAction, PluginAuditEvent,
SiteDataClearance, SpaceImportProfileMapping, TrashedSpace,
};