akiaki-fcgi 0.0.3

A FastCGI server library in async/await
Documentation
# Version 0.0.3

* Return type of FastCGI server handler is changed from u32 to i32.
* CSS is changed to be embedded.

# Version 0.0.2

* MathJax is supported.
* A CSS link is added to the HTML head.

# Version 0.0.1

* File uploading is added.

# Version 0.0.0

* Simple and minimal FastCGI server, CGI, HTML functionalities.
* File uploading is missing.