funbiscuit / embedded-cli-rs

CLI in Rust with autocompletion, subcommands, options, help and history for embedded systems (like Arduino or STM32)
Apache License 2.0
66 stars 0 forks source link

Add features to disable unused functionality #7

Closed funbiscuit closed 5 months ago

funbiscuit commented 5 months ago

Also remove panic from splitting str slice (replace with unsafe version of code)

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c1ff34a) 85.53% compared to head (c135d09) 85.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## ========================================== + Coverage 85.53% 85.66% +0.13% ========================================== Files 15 15 Lines 1403 1416 +13 ========================================== + Hits 1200 1213 +13 Misses 203 203 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.