akin 0.3.2

A crate for writing repetitive code easier and faster.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "akin"
authors = ["Liam Garriga <liam.garriga@tutanota.com>"]
description = "A crate for writing repetitive code easier and faster."
version = "0.3.2"
license = "MIT"
edition = "2021"
repository = "https://github.com/lyonsyonii/akin"
documentation = "https://docs.rs/akin"
keywords = ["duplicate", "repetitive", "code", "repeat", "multiple"]
categories = ["development-tools"]

[lib]
proc-macro = true