matricks_plugin 0.1.2

A helper crate for Matricks plugin development in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.serde]
features = ["derive"]
version = "1.0.160"

[package]
authors = ["Will McGloughlin <willem.mcg@gmail.com>"]
description = "A helper crate for Matricks plugin development in Rust"
edition = "2021"
homepage = "https://github.com/wymcg/matricks"
license = "MIT"
name = "matricks_plugin"
readme = "README.md"
repository = "https://github.com/wymcg/matricks_plugin"
version = "0.1.2"