-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements serialization for physical resource estimation (#1892)
This adds serialization for the raw physical resource estimation result. This improves exporting the result when working with resource estimator through the extensibility API. This does not affect the specialized resource estimation result for the system implementation used in the RE integration into the VS Code plugin and Python library.
- Loading branch information
Showing
4 changed files
with
179 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
157 changes: 156 additions & 1 deletion
157
resource_estimator/src/estimates/physical_estimation/result.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.