rsgt 0.1.0

Rust simple GUI Toolkit
Documentation
# RSGT : Rust simple GUI Toolkit

## Note:The following is what we are aiming for, not what is currently possible.

[![rust-clippy analyze](https://github.com/OvertimeCoder/RSGT/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/OvertimeCoder/RSGT/actions/workflows/rust-clippy.yml)
![Crates.io](https://img.shields.io/crates/v/rsgt)
![Crates.io (latest)](https://img.shields.io/crates/dv/rsgt)


RSGT is a fast hold-mode GUI library; RSGT runs primarily natively (WASM support is under consideration...)

# Design

RSGT's event handling is based on Swing (Java) event handling. Also, the rendering of GUI components will be unique, so that components can be easily designed using CSS and other scripts.

# Example


# Goal

* To be able to handle a wide range of applications from simple to complex
* Ensure that the same code works the same in any environment

# License

"RSGT" is under MIT LICENSE