Registry / utility / philhofer-fwd

philhofer-fwd

JSON →
library1.2.0gogounverified

Buffered reader and writer with extra methods for improved encoding/decoding performance.

go get github.com/philhofer/fwd
INSTALL
IMPORT
SIG · PHILHOFER-FWD
P
philhofer-fwd
utilitygov1.2.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.

fwd
github.com/philhofer/fwd

Read the next 5 bytes from a buffered reader.

package main import ( "bytes" "github.com/philhofer/fwd" ) func main() { buf := bytes.NewBuffer([]byte("hello world")) r := fwd.NewReader(buf) data, _ := r.Next(5) println(string(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources