oters 0.1.8

A Functional Reacitve Programming Language for writing GUI applications
Documentation
1
2
3
4
5
6
7
8
pub extern crate oters_gui;
pub extern crate oters_lang;
pub extern crate oters_macro;

pub use crate::oters_gui::{run, Icon, WindowConfig};
pub use crate::oters_lang::export::{export_oters, ExportFns, Value};
pub use crate::oters_lang::types::Type;
pub use crate::oters_macro::run;