Skip to content

Commit 5b26eca

Browse files
Update README.md
1 parent 73a1eba commit 5b26eca

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,19 @@ dotnet test
6868
## 📊 Code Coverage
6969

7070
Code coverage reports are automatically uploaded to [Codecov](https://app.codecov.io/gh/AndrewClements84/ByteFlow.Net).
71-
Current coverage: **~97–100%** depending on build.
71+
Current coverage: **100%**
72+
73+
---
74+
75+
## 🔮 Roadmap
76+
77+
Planned features for upcoming releases:
78+
79+
- [ ] Support for both **IEC (binary: KiB, MiB)** and **SI (decimal: KB, MB)** unit standards
80+
- [ ] Culture-aware parsing (e.g., commas vs dots for decimals)
81+
- [ ] Customizable suffix sets (allowing non-standard units)
82+
- [ ] Performance benchmarking and optimizations for very large inputs
83+
- [ ] Additional helpers for formatting with alignment/padding
7284

7385
---
7486

0 commit comments

Comments
 (0)