oconnor663 / duct.rs

a Rust library for running child processes
MIT License
795 stars 34 forks source link

impl Serialize and Deserialize for Expression #71

Closed frostRed closed 5 years ago

frostRed commented 5 years ago

so we can trans Expression remote by RPC.

oconnor663 commented 5 years ago

Expressions can hold pipes and closures internally, so I don't think serializing them will be possible in general.