canary 0.2.4

provides ergonomic abstractions for network communication and more
Documentation
1
2
3
4
5
6
import os

# supported targets are wasm, windows and unix
os.system("cargo check --target=wasm32-unknown-unknown")
os.system("cargo check --target=x86_64-pc-windows-gnu")
os.system("cargo check --target=x86_64-unknown-linux-gnu")