Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
calldelegation committed Jul 3, 2024
2 parents dfc9711 + 306b0d0 commit 362ab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/introduction/standard_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Similar to Rust, Sway comes with its own standard library.
The Sway Standard Library is the foundation of portable Sway software, a set of minimal shared abstractions for the broader Sway ecosystem. It offers core types, like `Result<T, E>` and `Option<T>`, library-defined operations on language primitives, native asset management, blockchain contextual operations, access control, storage management, and support for types from other VMs, among many other things.
<!-- std_lib:example:end -->

The entire Sway standard library is a Forc project called `std`, and is available directly [here](https://github.com/FuelLabs/sway/tree/master/sway-lib-std). Navigate to the appropriate tagged release if the latest `master` is not compatible. You can find the latest `std` documentation in [here](https://fuellabs.github.io/sway/master/std/).
The entire Sway standard library is a Forc project called `std`, and is available directly [here](https://github.com/FuelLabs/sway/tree/master/sway-lib-std). Navigate to the appropriate tagged release if the latest `master` is not compatible. You can find the latest `std` documentation [here](https://fuellabs.github.io/sway/master/std/).

## Using the Standard Library

Expand Down

0 comments on commit 362ab2d

Please sign in to comment.