urlencoding 1.0.0

Binding for liburlencoding


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:

liburlencoding-d

D binding for liburlencoding.

Download

DUB

dub add urlencoding

API

char[] encode(string data);

char[] encodeBinary(string data);

char[] decode(string data);

char[] decodeBinary(string data);

void free(char[] data);

References

License

This repo is released under the MIT.

Authors:
  • XXIV
Dependencies:
none
Versions:
1.0.0 2022-Sep-18
~main 2022-Sep-18
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 7 downloads total

Score:
0.3
Short URL:
urlencoding.dub.pm