KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
zig-rlp
★ 10
Open GitHub ↗
A zig implementation of RLP
Download README (.md)
Explore Similar Repositories
FoodsByCalorieWaltz
:
Food pack for The Long Dark
intern
:
PR TIMES 学生インターン課題
AthosFB
:
No description available.
madrone
:
🌳
koma
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
zig-rlp
?
Download (.md)
# zig-rlp A zig implementation of RLP ⚠️ Minimum-supported compiler version: ziglang's `0.16.0` ## Testing ```sh zig build test ``` On top of the unit tests, the suite runs the official Ethereum RLP vectors (`RLPTests/rlptest.json` and `RLPTests/invalidRLPTest.json`) from the `ethereum-tests` submodule. They run when the submodule is checked out and are skipped when it is not, so a plain clone still builds and tests the library: ```sh git submodule update --init --depth 1 ethereum-tests ``` The submodule is marked shallow, so this is a ~280 MB checkout rather than the full ~800 MB history. CI clones it on the first run and restores it from the Actions cache from then on.