Messing about in Diesel for a Rust project again. dsync makes it a lot easier to work with, but I wish it could have validated the cargo.toml file for all the features and libraries it needed for the generated files. Would have saved me 20 minutes.

#rust #diesel

@daubers TIL about dsync, looks cool!
@daubers
Oh Interesting! I've just started playing around with diesel but hadn't heard of dsync.
@daubers That sounds like a great and also easy to implement improvement. Might be worth to fill an issue about that at the dsync repo?