rust_sync_force 0.3.2

Salesforce Sync REST API Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: run test build

run_%:
	cargo run --example $*

test:
	cargo test --lib

build:
	cargo fmt && \
	cargo clippy && \
	cargo build

publish/dryrun:
	cargo publish --dry-run