Registry / other / chargrid-app

chargrid-app

JSON →
library0.2.0rscratesunverified

Interface to be implemented by all chargrid applications.

# Cargo.toml [dependencies] chargrid_app = "0.2.0"
INSTALL
IMPORT
SIG · CHARGRID-APP
C
chargrid-app
otherrustv0.2.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 chargrid_app::App;

Implements the App trait for a chargrid application.

use chargrid_app::App; struct MyApp; impl App for MyApp { fn run(&mut self) {} } fn main() { let mut app = MyApp; app.run(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
chargrid-app — cargo add chargrid-app · libregistry