rustenium-core 0.1.2

Core WebDriver BiDi protocol implementation for Rustenium
Documentation
# 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](https://docs.rs/rustenium-core).

## Part of Rustenium


This is an internal component of the [Rustenium](https://github.com/dashn9/rustenium) project.
See the main [Rustenium documentation](https://docs.rs/rustenium) for usage examples.

## License


MIT