Skip to content

docs(ibs): document inherent byte serialization API and MSRV#48

Merged
rubenhensen merged 1 commit into
mainfrom
docs/ibs-public-api
May 6, 2026
Merged

docs(ibs): document inherent byte serialization API and MSRV#48
rubenhensen merged 1 commit into
mainfrom
docs/ibs-public-api

Conversation

@dobby-coder
Copy link
Copy Markdown
Contributor

@dobby-coder dobby-coder Bot commented May 5, 2026

Summary

Adds a Public API section to docs/repos/ibs.md covering the new inherent to_bytes / from_bytes methods on PublicKey, SecretKey, UserSecretKey, and Signature, with sizes, encoding layouts, and pinned source snippets. Also clarifies the serde feature row (no longer required for byte serialization), records MSRV 1.65, and notes the new PartialEq / Eq derives.

Source for snippets is pinned at ibs commit c0fd27f2ecacbc81a60104b7e030d39e4780c605 (merge of ibs#9).

Closes #47.

Verification

  • npm run docs:build succeeds locally.
  • All four pinned source URLs return HTTP 200.
  • Banned-words / banned-transitions grep is clean. Em dashes: 0 added (one pre-existing in unrelated section was rewritten). Bold: 0 added.

Reviewer quickstart:

git fetch origin && git checkout docs/ibs-public-api && npm install && npm run docs:dev

@dobby-coder dobby-coder Bot marked this pull request as ready for review May 5, 2026 21:42
@rubenhensen rubenhensen merged commit 6eee58f into main May 6, 2026
1 check passed
@rubenhensen rubenhensen deleted the docs/ibs-public-api branch May 6, 2026 07:34
@dobby-coder dobby-coder Bot mentioned this pull request May 30, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(ibs): document new to_bytes/from_bytes inherent API and MSRV

1 participant