Registry / other / mod-sdk

mod-sdk

JSON →
library1.0.4rscratesunverified

Contains basic types and errors useful for CronCat modules on the CronCat platform.

# Cargo.toml [dependencies] mod-sdk = "1.0.4"
INSTALL
IMPORT
SIG · MOD-SDK
M
mod-sdk
otherrustv1.0.4
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.

ModuleError
use mod_sdk::ModuleError;

Creates a new ModuleError and prints it.

use mod_sdk::ModuleError; fn main() { let err = ModuleError::new("example error"); println!("Error: {}", err); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mod-sdk — cargo add mod-sdk · libregistry