milo-parser 0.6.0

A fast and embeddable HTTP/1.1 parser.
Documentation

Milo Parser

This folder contains the milo main parser.

To build milo, simply run:

makers

this will generate cpp and wasm build in dist folder. These files can be copied in the source code to embed milo.

How to use the API

See the main README.md in the parent folder.

## Verify compiled code and macro substitution

Once cargo-expand, is installed, run:

cargo expand > compiled.rs

This will generate a file which can be analyzed to see what is the final compiled code after all macros have been evaluated.