Add an example of the porting of a library.
E.g.: may_minihttp
Steps (draft):
- copy the /src folder in the src folder of the new project example
- use Neon to adapt the /src/lib.rs file:
- copy interested content (e.g. dependencies) from /Cargo.toml in the Cargo.toml of the new project example