lsp-docs 0.1.1

Static structured documentation for the Axon language, embedded at compile time. Consumed by axon-lsp's hover and completion resolvers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: Bytes
kind: type
since: 0.1
stability: stable
---

Opaque immutable byte buffer.

Used for content that has no string semantics: cryptographic
material, image payloads, serialised blobs. Equality is byte-wise.

`Bytes` cannot be implicitly cast to `String` — UTF-8 validation is
mandatory and must go through an explicit refinement.