streamkit-core

Crates.iostreamkit-core
lib.rsstreamkit-core
version0.1.0
created_at2025-12-27 09:10:28.158543+00
updated_at2025-12-27 09:10:28.158543+00
descriptionCore traits and data structures for real-time media processing
homepagehttps://streamkit.dev
repositoryhttps://github.com/streamer45/streamkit
max_upload_size
id2006937
size151,788
Claudio Costa (streamer45)

documentation

README

StreamKit Core

Core traits and data structures used across StreamKit crates.

What Lives Here

  • Core packet types and metadata (src/types.rs, src/packet_meta.rs)
  • Node interfaces and registry types (src/registry.rs)
  • Shared resource management (src/resource_manager.rs)

This crate should stay dependency-light and focused on stable primitives; higher-level behavior belongs in engine, nodes, or server.

Commit count: 0

cargo fmt