Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 671 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 671 Bytes

wsdl-rs

WSDL parsing library for Rust programming language.

Build Status

Linux build status Windows build status

Building

To build all projects:

$ cargo build --all

To build only certain project:

$ cargo build -p wsdl-rs

Running

To run executable project:

$ cargo run -p xroad-gen-rs

To run examples

$ cargo run -p wsdl-rs --example read-wsdl