mirror of
https://github.com/vacp2p/stealth-address-kit.git
synced 2026-01-09 13:38:01 -05:00
add conversion from int to uint for enum
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
/target
|
/target
|
||||||
expanded.rs
|
expanded.rs
|
||||||
stealth_address_kit.h
|
stealth_address_kit.h
|
||||||
stealth_address_kit.nim
|
stealth_address_kit.nim*
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -20,3 +20,4 @@ generate_c_bindings:
|
|||||||
generate_nim_bindings:
|
generate_nim_bindings:
|
||||||
@cargo expand --all-features -p stealth_address_kit > expanded.rs
|
@cargo expand --all-features -p stealth_address_kit > expanded.rs
|
||||||
@nbindgen --output stealth_address_kit.nim expanded.rs
|
@nbindgen --output stealth_address_kit.nim expanded.rs
|
||||||
|
@sed -i.bak "s/= int/= uint8/g" 'stealth_address_kit.nim'
|
||||||
|
|||||||
Reference in New Issue
Block a user