Registry / other / prototty-app

prototty-app

JSON →
library0.29.0rscratesunverified

Interface trait to be implemented by all prototty terminal-based applications.

# Cargo.toml [dependencies] prototty_app = "0.29.0"
INSTALL
IMPORT
SIG · PROTOTTY-APP
P
prototty-app
otherrustv0.29.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 prototty_app::App;

Defines a minimal prototty application

use prototty_app::App; struct MyApp; impl App for MyApp { // implement required methods } fn main() { let _app = MyApp; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.29.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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