Hi Gary,
Sorry, I missed this email when sending v5. Thanks for the comments!
"Gary Guo" writes:
> On Thu, 09 Jan 2025 11:54:58 +0100
> Andreas Hindborg wrote:
>
>> Add the trait `ParseInt` for parsing string representations of integers
>> where the string representations are optionally prefix
On Thu, 09 Jan 2025 11:54:58 +0100
Andreas Hindborg wrote:
> Add the trait `ParseInt` for parsing string representations of integers
> where the string representations are optionally prefixed by a radix
> specifier. Implement the trait for the primitive integer types.
>
> Signed-off-by: Andreas
Add the trait `ParseInt` for parsing string representations of integers
where the string representations are optionally prefixed by a radix
specifier. Implement the trait for the primitive integer types.
Signed-off-by: Andreas Hindborg
---
rust/kernel/str.rs | 118 +++
3 matches
Mail list logo