soap-service 0.1.0

Rust macro that transforms modules into SOAP webservices.
Documentation
1
2
3
4
5
6
7
pub mod attributes;
pub mod functions;
pub mod types;

pub use attributes::*;
pub use functions::*;
pub use types::*;