wtx-ui-0.2.2 is not a library.
WTX UI
wtx-ui is a standalone crate intended to allow interactions with the (wtx)[https://github.com/c410-f3r/wtx] project through an interface. At the current time only CLI interfaces are available.
- Embeds SQL migrations for
schema-manager. Activation feature is calledembed-migrations. - Runs SQL migrations for
schema-manager. Activation feature is calledschema-managerorschema-manager-dev. - Performs very basic WebSocket Client/Server operations. Activation feature is called
web-socket. - Makes
GETrequests to arbitrary URIs. Activation feature is calledhttp-client.