jean_macros 0.1.0

Macro library feature for jean
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jean_macros"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
description = "Macro library feature for jean"
homepage = "https://github.com/dangreco/jean"
repository = "https://github.com/dangreco/jean"
keywords = ["dna", "rna", "protein"]
categories = ["science"]

[dependencies]
jean_core = {path = "../jean_core", version = "0.1.0"}