-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: implement `Resource<T>` -> `ResourceAny` conversion Signed-off-by: Roman Volosatovs <[email protected]> * feat(component/linker): introduce `PathIndex` Signed-off-by: Roman Volosatovs <[email protected]> * test: add `into_resource_any` tests Signed-off-by: Roman Volosatovs <[email protected]> * refactor(linker): only track import index for resources Signed-off-by: Roman Volosatovs <[email protected]> * feat(PrimaryMap): add `From<Vec<V>>` implementation Signed-off-by: Roman Volosatovs <[email protected]> * refactor: store `ResourceImportIndex` mapping in `PrimaryMap` Signed-off-by: Roman Volosatovs <[email protected]> * doc: expand on `ResourceImportIndex` purpose prtest:full Signed-off-by: Roman Volosatovs <[email protected]> * refactor: use `Linker::insert` in `Linker::resource` Signed-off-by: Roman Volosatovs <[email protected]> --------- Signed-off-by: Roman Volosatovs <[email protected]>
- Loading branch information
1 parent
2b2e638
commit ae5d284
Showing
7 changed files
with
218 additions
and
20 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
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
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
Oops, something went wrong.