memgraph / rsmgclient

Memgraph database adapter for Rust programming language.
https://crates.io/crates/rsmgclient
Apache License 2.0
38 stars 6 forks source link

How to distribute rsmgclient library files? #27

Closed gitbuda closed 1 year ago

gitbuda commented 3 years ago

As far as I know, crates is distributing source files, which is great but the installation of rsmgclient on, e.g., Windows is not trivial because mgclient has to be compiled. Obviously, installation is not super hard, but it's not a "one-command" effort.

The best approach I see at the moment is to publish the crate + explain to the users in the best possible way how to set up the Windows environment?

Resources:

gitbuda commented 3 years ago

@antaljanosbenjamin any thoughts here? :smile:

gitbuda commented 1 year ago

I am closing this because crates gets source files. Additional binary distribution is not required at the moment.