Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Carry refs state around during conversion
Carry the reference state (recording reference usages) around during contract and predicate conversion from JSON schema components. This is achieved by introduced specialized traits similar to `From` and `TryFrom` but taking an additional `&mut RefsUsage` argument.
- Loading branch information