Update Home

2026-01-29 16:46:51 +00:00
committed by Gitea
parent de3e1c91a7
commit ff26d9d844

21
Home.md

@@ -5,18 +5,15 @@
Supported encodings:
- Base2 (binary)
- Base8 (octal)
- Base16 (hexadecimal)
- Base10 (decimal)
- Base16 (hexadecimal, uppercase/lowercase)
- Base32
- Base64
## Targets
| Target | Status |
|------------------|---------------|
| JVM | Supported |
| JavaScript | Supported |
| Native (Linux) | Supported |
| Native (Windows) | Not Supported |
- Base36
- Base45
- Base56
- Base58
- Base62
- Base64 (standard/URL)
## Installation
@@ -28,6 +25,6 @@ repositories {
}
dependencies {
implementation("com.infendro:encoding:1.2.0")
implementation("com.infendro:encoding:1.3.0")
}
```