pepsighan / ruukh-ui

An experimental next-gen frontend framework for the Web in Rust.
MIT License
0 stars 1 forks source link

Option<T> values on attributes of html element #27

Closed pepsighan closed 6 years ago

pepsighan commented 6 years ago

Fixes #26.

Introduces an additional None variant to AttributeValue and implements conversions from Option type.