oop 0.0.2

Object-Oriented Inheritence in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.oop-macro]
version = "0.0.2"

[package]
categories = ["data-structures", "rust-patterns"]
description = "Object-Oriented Inheritence in Rust"
documentation = "https://docs.rs/oop/latest/oop"
edition = "2021"
keywords = ["syn", "macro", "inheritence", "inherit"]
license = "MPL-2.0"
name = "oop"
readme = "README.md"
repository = "https://github.com/SylvKT/oop"
version = "0.0.2"