shepmaster / sxd-document

An XML library in Rust
MIT License
154 stars 36 forks source link

implement Send and Sync on Package #83

Open ghost opened 4 years ago

ghost commented 4 years ago

Is it possible to implement Send and Sync on Package? It would simplify using it in async code.