Open W95Psp opened 1 year ago
Progress have been made with PR #743
This issue has been marked as stale due to a lack of activity for 60 days. If you believe this issue is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days.
External Rust items have no special treatment in the frontend. We need to collect them to produce interface files in the various backends so that one can provide models in the backends for external crates. For instance, Hacspec_lib is an external crate, and we would like Circus to generate an interface each backend should implement.
TODO: