This is a template for creating a new TKET extension.
Make sure to update the README.md file to reflect the details of your extension.
See TEMPLATE_INSTRUCTIONS.md for instructions on how to use this template repository.
Add the dependency to your project:
cargo add tket-extension-templatePlease read the API documentation here.
See CHANGELOG for a list of changes. The minimum supported rust version will only change on major releases.
See DEVELOPMENT.md for instructions on setting up the development environment.
This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).