wtx-ui

Crates.iowtx-ui
lib.rswtx-ui
version
sourcesrc
created_at2025-03-18 17:32:12.980998+00
updated_at2025-03-18 17:32:12.980998+00
descriptionDifferent user interfaces for WTX
homepage
repositoryhttps://github.com/c410-f3r/wtx
max_upload_size
id1596907
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Caio (c410-f3r)

documentation

https://docs.rs/wtx-ui

README

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 called embed-migrations.
  • Runs SQL migrations for schema-manager. Activation feature is called schema-manager or schema-manager-dev.
  • Performs very basic WebSocket Client/Server operations. Activation feature is called web-socket.
  • Makes GET requests to arbitrary URIs. Activation feature is called http-client.
Commit count: 402

cargo fmt