Skip to content

Commit

Permalink
mention the tutorial in the README now that the link exists
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Apr 3, 2024
1 parent 242a781 commit fac3d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stabby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Your main vector of interraction with `stabby` will be the `#[stabby::stabby]` proc-macro, with which you can annotate a lot of things.

While this readme is mostly centered around listing `stabby`'s feature, stabby also has a [tutorial in its docs](https://docs.rs/stabby/latest/stabby/_tutorial_/index.html).

## Why would I _want_ a stable ABI? And what even _is_ an ABI?
ABI stands for _Application Binary Interface_, and is like API's more detail focused sibbling. While an API defines what type of data a function expects, and what properties these types should have; ABI defines _how_ this data should be laid out in memory, and how a function call even works.

Expand Down

0 comments on commit fac3d32

Please sign in to comment.