cec_linux 0.2.1

A pure rust library to use the HDMI-CEC linux API
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1]https://github.com/User65k/cec_linux/compare/v0.2.0...v0.2.1 - 2026-02-08

### Added

- add missing Capabilities constants  ([#6]https://github.com/User65k/cec_linux/pull/6)

### Other

- User65k patch 1 ([#7]https://github.com/User65k/cec_linux/pull/7)
- safe initialization for CecLogAddrs (unsafe -> Default trait) ([#5]https://github.com/User65k/cec_linux/pull/5)