Registry / serialization / facebook-fbthrift

facebook-fbthrift

JSON →
library0.31.0gogounverified

Facebook's implementation of the Apache Thrift serialization and RPC framework, optimized for performance.

go get github.com/facebook/fbthrift
INSTALL
IMPORT
SIG · FACEBOOK-FBTHRIFT
F
facebook-fbthrift
serializationgov0.31.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fbthrift
github.com/facebook/fbthrift

Creates a new binary protocol instance for Thrift serialization.

package main import ( "fmt" "github.com/facebook/fbthrift" ) func main() { protocol := fbthrift.NewBinaryProtocol(nil, true, true) fmt.Println(protocol) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.31.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
facebook-fbthrift — go get facebook-fbthrift · libregistry