Skip to content

luser/rust-bindgen-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A webapp that runs rust-bindgen on provided input.

View the app

Building

$ cd rust-bindgen-webapp/
$ rustup override set nightly-2017-07-19
$ cargo build

Running Locally

$ cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
     Running `target/debug/rust-bindgen-webapp`
🔧  Configured for development.
    => address: localhost
    => port: 8000
    => log: normal
    => workers: 96
    => secret key: generated
    => limits: forms = 32KiB
    => tls: disabled
🛰  Mounting '/api':
    => POST /api/bindgen
🛰  Mounting '/':
    => GET /
    => GET /<file..>
🚀  Rocket has launched from http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages