Directories ¶
Path | Synopsis |
---|---|
nostr
|
|
wire/array
Package array implements an interface slice data structure that produces JSON as its string/byte string output.
|
Package array implements an interface slice data structure that produces JSON as its string/byte string output. |
wire/object
Package object implements an ordered key/value data structure for use with JSON documents that must be strictly ordered in order to create a consistent blob of data in canonical order for creating verifiable signatures while delivering the data over the wire or storing it with its signature and object hash also present, as is used for nostr events.
|
Package object implements an ordered key/value data structure for use with JSON documents that must be strictly ordered in order to create a consistent blob of data in canonical order for creating verifiable signatures while delivering the data over the wire or storing it with its signature and object hash also present, as is used for nostr events. |
wire/text
Package text implements an RFC8259 compliant string escaping with a pre-calculation stage that eliminates the risk of multiple allocations for long inputs.
|
Package text implements an RFC8259 compliant string escaping with a pre-calculation stage that eliminates the risk of multiple allocations for long inputs. |
Click to show internal directories.
Click to hide internal directories.