filipegoncalves / rust-config

Configuration file library in Rust similar to C/C++'s libconfig
MIT License
20 stars 10 forks source link

Implement Clone for Value #23

Open tmccombs opened 7 years ago

tmccombs commented 7 years ago

config::types::Value should imlement Clone. The implementation can probably be derived.

tmccombs commented 7 years ago

This is done in #24