Skip to content

Commit

Permalink
Carry refs state around during conversion
Browse files Browse the repository at this point in the history
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
yannham committed Apr 10, 2024
1 parent 11c1b0b commit 746d798
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 189 deletions.
Loading

0 comments on commit 746d798

Please sign in to comment.