Registry / other / crux-core

crux-core

JSON →
library0.18.0rscratesunverified

Cross-platform app development in Rust with a shared core and platform-specific shells.

# Cargo.toml [dependencies] crux_core = "0.18.0"
INSTALL
IMPORT
SIG · CRUX-CORE
C
crux-core
otherrustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use crux_core::App;

Create a new Crux application instance.

use crux_core::App; fn main() { let app = App::new(); println!("Crux app created"); }
Debug
Known issues
gotchaRequires platform-specific shell implementations (e.g., crux_android, crux_ios).
fix
Add the appropriate platform crate and implement the shell trait.
affects: >=0.18.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
crux-core — cargo add crux-core · libregistry