On Tue, 11 Feb 2025 21:13:10 +0100
Andreas Hindborg wrote:
> "Gary Guo" writes:
>
> > On Tue, 11 Feb 2025 16:57:39 +0100
> > Andreas Hindborg wrote:
> >
> >> Add the trait `ParseInt` for parsing string representations of integers
> >> where the string representations are optionally prefixed
"Gary Guo" writes:
> On Tue, 11 Feb 2025 16:57:39 +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.
On Tue, 11 Feb 2025 16:57:39 +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 | 111 +++
4 matches
Mail list logo