cil 0.1.1

.NET CIL (Common Intermediate Language)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
crate-type = ["lib"]
name = "cil"

[package]
authors = ["Sergey Khabibullin"]
description = ".NET CIL (Common Intermediate Language)"
edition = "2021"
include = ["/src", "README.md"]
keywords = ["NET", "CIL", "NET-Core", "csharp"]
license = "MIT"
name = "cil"
readme = "README.md"
resolver = "1"
version = "0.1.1"