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
{{ message }}
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.
This proposal is work-in-progress.
To enable ergonomic development of plugins with Rust, we should add some feature-gated APIs with common methods and structures.
My proposal:
plugin
feature which is not part of the default features. Plugins can then depend ondqcsim
like this:dqcsim::common::gates
module behind theplugin
feature-gate.FrontEnd/
/Backend
/Operator
traits:PluginDefinition
(PluginType
andPluginMetadata
) for a struct. Also allow deriving the plugin arguments (opts).The text was updated successfully, but these errors were encountered: