Registry / other / kas-core

kas-core

JSON →
library0.17.0rscratesunverified

Core types and traits for the KAS GUI toolkit, providing foundational widgets and event handling.

# Cargo.toml [dependencies] kas-core = "0.17.0"
INSTALL
IMPORT
SIG · KAS-CORE
K
kas-core
otherrustv0.17.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.

Widget
use kas_core::Widget;

Basic usage implementing the Widget trait from kas-core.

use kas_core::Widget; // Define a simple widget struct MyWidget; impl Widget for MyWidget { fn draw(&self, _: &mut dyn kas_core::DrawHandle) {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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