1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,360 forks (1,360 forks)batch import
documentationgood first issue
Repository metrics
- Stars
- 43,211 stars (43,211 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
This comes from a developer experience feedback made by a grantee user.
go to github fuel-rs and search for bytes64
you'll get one result
then go and search in the docs - no results
they're imported from use fuel_types::bytes64 and the proper crate should be imported
Contributor guide
- Research direction
- Familiarize yourself with the fuel types crate, locate the bytes64 type, and add Rustdoc comments with usage examples. Ensure documentation builds correctly with 'cargo doc'. Check existing patterns in the fuels rs repo for consistency.
- Tech stack
- rust
- Domain
- blockchaindocumentation
- Issue type
- Documentation
- Prerequisites
- RustGit