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.
ghosttea-truffle
Truffle transport adapter for the embedded ghosttea terminal service.
The adapter accepts an application-owned
Arc<Node<TailscaleProvider>> and exposes Ghosttea terminal discovery,
mirroring, control, and compact Apple-client streams through that shared
Truffle identity. It does not create or stop the Truffle node and does not
package the Truffle sidecar.
use Arc;
use ;
use ;
let terminal_mesh = new?;
new
.with_terminal_mesh
.run
.await?;
The embedding application owns the Truffle application ID, state directory,
sidecar lifecycle, port allocation, and authorization policy. Every crate
sharing the live node must resolve the same truffle-core version and source
so the Node type is identical.
Remote peers are read-only by default. Supply a capability for controlled write access, or deliberately enable tailnet-wide writes only when every same-application peer should be trusted.