aspect 0.3.0

An Aspect Toolkit for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.aspect-weave]
version = "0.2.0"

[package]
authors = ["Simon Chemouil <simon.chemouil@lambdacube.fr>"]
categories = ["rust-patterns", "data-structures", "config", "algorithms"]
description = """
An Aspect Toolkit for Rust
"""
edition = "2018"
keywords = ["aspect", "macro"]
license = "Apache-2.0 OR MIT"
name = "aspect"
readme = "../README.md"
repository = "https://github.com/magnet/aspect-rs"
version = "0.3.0"