We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a1eba commit 5b26ecaCopy full SHA for 5b26eca
1 file changed
README.md
@@ -68,7 +68,19 @@ dotnet test
68
## 📊 Code Coverage
69
70
Code coverage reports are automatically uploaded to [Codecov](https://app.codecov.io/gh/AndrewClements84/ByteFlow.Net).
71
-Current coverage: **~97–100%** depending on build.
+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
84
85
---
86
0 commit comments