IronCoreLabs / IronCoreLabs/ironoxide
RequestAuth.segment_id should be i32 not usize
Open
good first issue
- Dominant language
- Rust
- Stars
- 12
- Forks
- 3
- Avg merge
- 5h 4m
- Merged PRs (30d)
- 3
Description
The IronCore web-service defines segment_id to be an `i32` so declaring it as a `usize` is misleading.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate RequestAuth.segment_id in the Rust SDK and compare its declaration with the web-service definition described in the issue. Update the type to match i32, then run the available Rust checks or tests to confirm the SDK still builds correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100