cstring 0.0.2

A very simple cstring


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

cstring

Just a very simple Cstring type to interface with C a little easier

import cstring;
import core.stdc.stdio;

void main()
{
	Cstring c = "Hello world";

	puts(c);
}
Authors:
  • johan.forsberg
Dependencies:
none
Versions:
0.0.2 2023-Nov-06
0.0.1 2023-Nov-06
~main 2023-Nov-06
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 7 downloads total

Score:
0.3
Short URL:
cstring.dub.pm