rustadex 0.1.2

Placeholder for the Rustadex framework. The unified facade for the rdx-* ecosystem of crates. Currently under active development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustadex"
version = "0.1.2"
edition = "2024"
authors = ["qodeninja <1043235+qodeninja@users.noreply.github.com>"]
description = "Placeholder for the Rustadex framework. The unified facade for the rdx-* ecosystem of crates. Currently under active development."
license = "MIT"
repository = "https://github.com/rustadex/rustadex"
readme = "README.md"
keywords = ["rdx", "rustadex" ]
categories = ["command-line-interface"]


[lib]
path = "src/lib.rs"


[dependencies]