flip-ui 0.1.3

Rust integration for handling and compiling the UI built via the UI Flip UI Builder
Documentation
{
    "views": [
        {
            "message": {
                "header": {
                    "text": "Header",
                    "x": 0,
                    "y": 0,
                    "horizontal": "Center",
                    "vertical": "Center"
                },
                "text": {
                    "text": "Header",
                    "x": 0,
                    "y": 0,
                    "horizontal": "Center",
                    "vertical": "Center"
                },
                "buttons": [
                    {
                        "text": "Next View",
                        "function": "next"
                    },
                    {
                        "text": "Close the App",
                        "function": "close"
                    },
                    {
                        "text": "Go Back",
                        "function": "back"
                    }
                ],
                "back_function": "back"
            }
        },
        {
            "alert": {
                "text": "Hey, click \"Ok\" to go further! Can't go back!",
                "function": "next",
                "back_function": "none"
            }
        }
    ]
}