etopay-sdk 0.14.1

Frontend SDK for Android, iOS and Web. Includes wallet, kyc components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
test:
	cargo test

build:
	cargo build --release

doc:
	cargo doc

run_rust_examples:
	cd examples && chmod +x run_all_examples.sh && ./run_all_examples.sh

.phony: test build doc run_rust_examples