# README
go-cidutil
go-cidutil implements various utilities and helper functions for working with CIDs
Lead Maintainer
Contribute
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © Protocol Labs, Inc.
# Functions
Format formats a cid according to the format specificer as documented in the FormatRef constant.
No description provided by the author
NewStreamingSet initializes and returns new Set.
ScanForCid scans bytes for anything resembling a CID.
Sort sorts a slice of CIDs.
# Constants
FormatRef is a string documenting the format string for the Format function.
# Structs
FormatStringError is the error return from Format when the format string is ill formed.
InlineBuilder is a cid.Builder that will use the id multihash when the size of the content is no more than limit.
StreamingSet is an extension of Set which allows to implement back-pressure for the Visit function.