winrt-xaml 1.0.0

A Rust library for creating modern Windows UIs using WinRT and XAML with reactive data binding
Documentation
1
2
3
4
5
6
7
8
9
//! Windows.UI.Xaml.Controls panel bindings.

pub mod stackpanel;
pub mod grid;

pub use stackpanel::XamlStackPanel;
pub use grid::XamlGrid;