Skip to content

Commit

Permalink
doc: moved annotations to the near macro documentation. (#1299)
Browse files Browse the repository at this point in the history
* Moved annotations docs into near doc
* Crated back-links on annotations.
* Actualize urls
* Extended annotations with serializers, serialize, contract_state, contract_metadata, event_json
  • Loading branch information
akorchyn authored Feb 6, 2025
1 parent 0a805b5 commit 5ddafdc
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 200 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

**Release notes and unreleased changes can be found in the [CHANGELOG](https://github.com/near/near-sdk-rs/blob/master/CHANGELOG.md)**

## Example
## Example. For more information, see the [near](https://docs.rs/near-sdk/latest/near_sdk/attr.near.html) documentation

Wrap a struct in `#[near]` and it generates a smart contract compatible with the NEAR blockchain:
```rust
Expand Down
Loading

0 comments on commit 5ddafdc

Please sign in to comment.