Registry / utility / i-slint-common

i-slint-common

JSON →
library1.15.1rscratesunverified

Helper crate for sharing code and data structures between i-slint-core and slint-compiler.

# Cargo.toml [dependencies] i-slint-common = "1.15.1"
INSTALL
IMPORT
SIG · I-SLINT-COMMON
I
i-slint-common
utilityrustv1.15.1
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.

SharedString
use i_slint_common::SharedString;

Demonstrates importing and using a shared string type from i-slint-common.

use i_slint_common::SharedString; fn main() { let s = SharedString::from("hello"); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
i-slint-common — cargo add i-slint-common · libregistry