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
We currently link the TSS libraries at compile time, it would be nice to be able to load them at runtime, through a constructor option.
There could be a feature flag to choose one of the two options.
The text was updated successfully, but these errors were encountered:
It would actually be a better idea to just have the pkg-config library finding but to still dynamically link it at compile time.
It makes little sense for this crate to use libloading as of today.
We currently link the TSS libraries at compile time, it would be nice to be able to load them at runtime, through a constructor option.
There could be a feature flag to choose one of the two options.
The text was updated successfully, but these errors were encountered: