move-syn 0.0.9

Move syntax parsing
Documentation
1
2
3
4
5
6
---
source: crates/move-syn/tests/functions.rs
expression: signatures
---
fun encode(bytes: vector<u8>): vector<u8>
fun decode(hex: vector<u8>): vector<u8>