Registry / other / meru-interface

meru-interface

JSON →
library0.3.0rscratesunverified

Core interface for the MERU multi-emulator project.

# Cargo.toml [dependencies] meru-interface = "0.3.0"
INSTALL
IMPORT
SIG · MERU-INTERFACE
M
meru-interface
otherrustv0.3.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.

Emulator
use meru_interface::Emulator;

Demonstrates implementing the Emulator trait from meru-interface.

use meru_interface::Emulator; fn main() { // Example: implement Emulator trait struct MyEmulator; impl Emulator for MyEmulator { fn name(&self) -> &str { "MyEmulator" } } let e = MyEmulator; println!("Emulator: {}", e.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
meru-interface — cargo add meru-interface · libregistry