Azure / service-fabric-rs

Service Fabric Rust
MIT License
6 stars 7 forks source link

Refactor rust to com proxy wrapper #53

Closed youyuanwu closed 2 months ago

youyuanwu commented 2 months ago

Refactors the wrapper for rust code calling SF com Begin and End api. The duplicated code for each api wrapping is eliminated, and the wrapping is easier and more readable. The lines of code is reduced significantly.