Adding the basic c_types as their own file section.

Also, added the to_c_string and from_c_string functions. Their
location needs to be determined.
This commit is contained in:
2017-01-24 14:55:42 -05:00
parent ca780e71ef
commit 26097e8403
4 changed files with 110 additions and 4 deletions

View File

@ -9,5 +9,10 @@ documentation = ""
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
[features]
default = []
use_std = []
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"