Registry / other / kalosm-streams

kalosm-streams

JSON →
library0.4.0rscratesunverified

Provides streams for pretrained models in the Kalosm machine learning framework.

# Cargo.toml [dependencies] kalosm-streams = "0.4.0"
INSTALL
IMPORT
SIG · KALOSM-STREAMS
K
kalosm-streams
otherrustv0.4.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.

ModelStream
use kalosm_streams::ModelStream;

Shows basic usage of a model stream from Kalosm.

use kalosm_streams::ModelStream; fn main() { // Example: creating a model stream (requires a model) let stream = ModelStream::new(); println!("Stream created: {:?}", stream); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
kalosm-streams — cargo add kalosm-streams · libregistry