File: doc.go

package info (click to toggle)
golang-github-cretz-bine 0.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, sid, trixie
  • size: 652 kB
  • sloc: makefile: 3
file content (15 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Bine is a toolkit to assist in creating Tor clients and servers. Features:
//
// * Full support for the Tor controller API
//
// * Support for `net.Conn` and `net.Listen` style APIs
//
// * Supports statically compiled Tor to embed Tor into the binary
//
// * Supports both v2 and v3 onion services
//
// * Support for embedded control socket in Tor >= 0.3.5 (non-Windows)
//
// Users of this library will usually use the high-level tor package. See
// README at https://github.com/cretz/bine for more info.
package bine