Skip to content

Commit

Permalink
Parse mod declarations (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation authored Apr 1, 2024
1 parent 0dd1d3f commit 862cf71
Show file tree
Hide file tree
Showing 14 changed files with 538 additions and 429 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
is and has been possible via `try_from()`, but this method was added for
discoverability.

* `savvy-cli update` and `savvy-cli init` now tries to parse the Rust files
actually declared by `mod` keyword.

## [v0.4.1] (2024-03-30)

Expand All @@ -44,9 +46,7 @@
* Now savvy allows to consume the value behind an external pointer. i.e., `T`
instead of `&T` or `&mut T` as the argument. After getting consumed, the
pointer is null, so any function call on the already-consumed R object results
in an error. See [the
guide](https://yutannihilation.github.io/savvy/guide/10_struct.html) for more
details.
in an error. See [the guide](https://yutannihilation.github.io/savvy/guide/10_struct.html) for more details.

Example:

Expand Down
Loading

0 comments on commit 862cf71

Please sign in to comment.