Registry / serialization / samuel-go-thrift

samuel-go-thrift

JSON →
library0.0.0-20210915161234-7b67f98e972fgogounverified

A Go library for working with Apache Thrift, providing serialization and RPC support.

serializationnetworking
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.

github.com/samuel/go-thrift

Parse a Thrift IDL file.

package main import ( "fmt" "github.com/samuel/go-thrift" ) func main() { // Example: parse a Thrift IDL file parser := thrift.NewParser() _, err := parser.ParseFile("example.thrift") if err != nil { fmt.Println(err) } }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
15 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
ahrefsbot
1
Resources