Open rogeruiz opened 2 years ago
Got stuck tonight on the Async and Sync nature of things. We'll see how it pans out. I'm going to read this book for now.
More thoughts on error handling here from the Rust Discord.
make your own struct around a pathbuf and use the try_from thing
From reading more on Structs and TryFrom, I don't think that's going to be the best thing to do here.
https://doc.rust-lang.org/stable/rust-by-example/conversion/try_from_try_into.html
https://doc.rust-lang.org/std/keyword.impl.html
I do think a custom Structs and some implementation functions make sense here for ergonomics. Especially since I'll be using this logic in two command to start.
While testing this with @felipe-lee, I found that I don't have good error handling for when the Docker socket is not actively running on a users machine. Thanks, Felipe!
Adding the basic functionality for the export method. This addresses the issues brought up in #11.
Acceptance criteria
Have Export leverage calling the Java code in Structurizr-CLI--workspace
.