rustenium-core

Crates.iorustenium-core
lib.rsrustenium-core
version0.1.2
created_at2025-12-26 01:39:33.136961+00
updated_at2026-01-23 12:25:54.847361+00
descriptionCore WebDriver BiDi protocol implementation for Rustenium
homepagehttps://github.com/dashn9/rustenium
repositoryhttps://github.com/dashn9/rustenium
max_upload_size
id2005120
size85,092
Daniel Shogbon (dashn9)

documentation

https://docs.rs/rustenium-core

README

rustenium-core

Core WebDriver BiDi protocol implementation for Rustenium.

This crate provides the low-level WebDriver BiDi protocol handling, including:

  • WebSocket transport layer
  • Session management
  • Event system and subscription handling
  • Command/response protocol
  • Connection lifecycle management

Usage

This crate is typically used through the main rustenium crate, which provides a higher-level API.

For direct usage, see the documentation.

Part of Rustenium

This is an internal component of the Rustenium project. See the main Rustenium documentation for usage examples.

License

MIT

Commit count: 229

cargo fmt