Re-exports Reference
Module Organization
lighty-launcher
├── auth // Authentication providers
├── event // Event system (with "events" feature)
├── java // Java runtime management
├── launch // Game launching and installation
├── loaders // Mod loader implementations
├── version // Version builders
├── core // Core utilities
├── macros // Utility macros
├── tauri // Tauri integration (with "tauri-commands" feature)
└── prelude // Common importsAuthentication Module (lighty_launcher::auth)
lighty_launcher::auth)Types
Type
Description
Defined In
Providers
Provider
Description
Functions
Function
Description
Events Module (lighty_launcher::event)
lighty_launcher::event)Core Types
Type
Description
Event Types
Event
Description
Instance Events
Event
Description
Other Types
Type
Description
Java Module (lighty_launcher::java)
lighty_launcher::java)Types
Type
Description
Modules
Module
Description
Launch Module (lighty_launcher::launch)
lighty_launcher::launch)Traits
Trait
Description
Types
Type
Description
Functions
Function
Description
Errors
Type
Description
Launch Keys (lighty_launcher::launch::keys)
lighty_launcher::launch::keys)Constant
Placeholder
Value
Loaders Module (lighty_launcher::loaders)
lighty_launcher::loaders)Types
Type
Description
Version Metadata
Type
Description
Loader Implementations
Module
Loader
Utilities
Module
Description
Version Module (lighty_launcher::version)
lighty_launcher::version)Types
Type
Description
Core Module (lighty_launcher::core)
lighty_launcher::core)Types
Type
Description
Modules
Module
Description
Functions
Function
Description
Macros Module (lighty_launcher::macros)
lighty_launcher::macros)Tracing Macros
Macro
Description
Requires Feature
File System Macros
Macro
Description
Tauri Module (lighty_launcher::tauri)
lighty_launcher::tauri)Plugin
Function
Description
Commands
Types
Type
Description
Prelude (lighty_launcher::prelude)
lighty_launcher::prelude)Included Types
Root Re-exports
Import Patterns
Pattern 1: Prelude (Recommended)
Pattern 2: Specific Modules
Pattern 3: Root + Modules
Pattern 4: Direct Crate Access
Related Documentation
Crate Documentation
Last updated