Registry / observability / modality-api

modality-api

JSON →
library0.3.0rscratesunverified

The base types used throughout Auxon's Modality SDK for system observability and analysis.

# Cargo.toml [dependencies] modality-api = "0.3.0"
INSTALL
IMPORT
SIG · MODALITY-API
M
modality-api
observabilityrustv0.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.

Event
use modality_api::Event;

Creates a new event with a given name for observability.

use modality_api::Event; fn main() { let event = Event::new("example"); println!("Event created: {}", event.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
11 hits · last 30 days
node
8
OpenAI (training)
2
Resources
modality-api — cargo add modality-api · libregistry