Tracking issue for experimental "args" feature
taiki-e opened this issue · 0 comments
taiki-e commented
This issue tracks the experimental "args" feature.
Enable
semihosting::experimental::env::args
.
Open issues
- This has APIs somewhat different from those of the standard library.
The function has const generics that specify the size of the internal buffer.
semihosting/src/experimental/env.rs
Lines 12 to 13 in 1b82359
The iterator is implemented only for reference since it returnsResult<&str>
.
semihosting/src/experimental/env.rs
Lines 17 to 18 in 1b82359
TODO: write more on open issues