docs.rs failed to build truffle-0.7.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
truffle-0.7.3
truffle
P2P mesh networking for your devices, built on Tailscale.
This is the convenience crate that bundles truffle-core (the Rust library)
and truffle-sidecar (auto-downloaded Go binary). For most users, this is
the only dependency you need.
Quick start
[]
= "0.4"
use ;
use TailscaleProvider;
# async
Advanced: BYO sidecar
If you want to manage the sidecar binary yourself, depend on truffle-core
directly:
[]
= "0.4"