c-main 1.0.0

C main style entry point
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.libc]
default-features = false
version = "0.2"

[package]
description = "C main style entry point"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["main"]
license = "BSL-1.0"
name = "c-main"
readme = "README.md"
repository = "https://github.com/DoumanAsh/c-main"
version = "1.0.0"