Metadata-Version: 2.5
Name: dikolab-horde-plugin-rust
Version: 0.0.1
Summary: The horde plugin for Rust — cargo crates, and the WebAssembly other plugins consume.
Project-URL: Homepage, https://diko316.gitlab.io/dikolab-horde/
Project-URL: Documentation, https://diko316.gitlab.io/dikolab-horde/
Project-URL: Funding, https://paypal.me/dikolab
Author-email: Diko TechSlave <diko316@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: cargo,horde,monorepo,plugin,rust,wasm
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: dikolab-horde-sdk>=0.0.1
Description-Content-Type: text/markdown

# dikolab-horde-plugin-rust

The horde plugin for Rust — it will manage cargo crates, and produces the WebAssembly that TypeScript and Python packages consume. **This release is a
placeholder that reserves the name.** The Rust plugin is specified in full in
horde's architecture documentation, but it is not written yet.

> **Status: placeholder.** `0.0.1` implements **no commands**. It starts, reports
> `rust is under construction.` to horde, and serves nothing. Installing it
> registers the plugin name and nothing else.

## Getting started

```sh
horde use rust
```

Python 3.11 or newer, and horde itself.

It declares no required tools, so `horde use rust` will not ask you to install
`cargo`, `wasm-pack`, `wasmtime` and `emcc`. A plugin normally declares every tool it can invoke; this one
invokes none, and declaring a toolchain to run a placeholder would be a barrier
for no benefit. That changes when the real plugin lands.

## More reading

Full documentation, guides, and the plugin authoring manual:
https://diko316.gitlab.io/dikolab-horde/

## Support

If horde saves you time, you can support its development:
https://paypal.me/dikolab

---

© 2025–2026 dikolab. Released under the MIT License.
