You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added octal format support and removed regex dependency
* Added support for converting from octal (0o…).
* Added conversion to octal.
* Simplified input parsing logic by replacing regex validation with direct format checks.
* Removed unused regex dependency from `Cargo.toml`.
0 commit comments