codex-app-server-sdk-macros 0.1.1

Proc macros for codex-app-server-sdk
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 7.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 281.94 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thehumanworks

codex-app-server-sdk-macros

Companion proc-macro crate for codex-app-server-sdk.

This crate provides:

  • #[derive(OpenAiSerializable)] for the SDK's typed structured-output helpers.
  • #[openai_type] as a convenience attribute that appends the SDK-owned serde, schemars, and OpenAiSerializable derives plus the required crate-path overrides.

Most consumers should depend on codex-app-server-sdk directly and import the derive from there:

use codex_app_server_sdk::OpenAiSerializable;