clucstr 0.1.0

Creation of CStr with zero cost. Plugin for rust compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "clucstr"
version = "0.1.0"
authors = ["Денис Котляров <#Ulin Project 18, denis2005991@gmail.com>"]
repository = "https://github.com/clucompany/cluCStr.git"
license = "Apache-2.0"
readme = "README.md"

description = "Creation of CStr with zero cost. Plugin for rust compiler."



[lib]
name = "clucstr"
crate-type = ["dylib", "rlib"]


[dependencies]