yew-table 0.1.2

A table component for the Yew web framework
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
pub mod macros;
pub mod table;
pub mod component;
pub mod error;

pub use self::table::*;
pub use self::component::*;
pub use self::error::*;