You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While that is true, you might have noticed that the few dependencies we have (serde, quick-protobuf, clap and anyhow) are used even in the library part. It might be possible to make that leaner but that doesn't seem to warrant the effort. At least our library users also have the same dependencies themselves.
You're right of course : I wasn't using those parts, focusing on serializing / deserializing USP without encoding it to json or using the commandline. Ideal would be a feature toggle, but I maybe that would be more complex than useful.
There are several ways to to simplify build and not require many dependencies not needed for library usage, see by example:
https://stackoverflow.com/questions/35711044/how-can-i-specify-binary-only-dependencies
The text was updated successfully, but these errors were encountered: