Skip to content

Commit

Permalink
Byte conversion for primitives (FuelLabs#4630)
Browse files Browse the repository at this point in the history
## Description
closes FuelLabs#4626 

## Checklist

- [x] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [x] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [x] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [x] I have requested a review from the relevant team or maintainers.

---------

Co-authored-by: Marcos Henrich <[email protected]>
  • Loading branch information
SwayStar123 and esdrubal authored Jun 6, 2023
1 parent 336720a commit e60f54f
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 0 deletions.
1 change: 1 addition & 0 deletions sway-lib-core/src/lib.sw
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub mod primitives;
pub mod raw_ptr;
pub mod raw_slice;
pub mod ops;
pub mod primitive_conversions;
pub mod never;
pub mod r#storage;
pub mod prelude;
Loading

0 comments on commit e60f54f

Please sign in to comment.