dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
202 stars 88 forks source link

refactor: use the type selector API from candid_parser #502

Closed lwshang closed 3 months ago

lwshang commented 3 months ago

Description

candid_parser beta channel provides type selector API for bindings generation.

Now the bindgen for each Target is based on a corresponding handlebars template.