dynamic-proxy-types 1.0.0

Dynamic Proxy Implementation for Rust - Types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Kamyar Inanloo <kamyar1979@gmail.com"]
description = "Dynamic Proxy Implementation for Rust - Types"
homepage = "https://github.com/kamyar1979/rust-dyn-proxy"
license = "Apache-2.0"
publish = true
repository = "https://github.com/kamyar1979/rust-dyn-proxy"
name = "dynamic-proxy-types"
version = "1.0.0"
edition = "2021"

[dependencies]