zig_std
Retrieve exact standard-library documentation from a specific Zig release, resolving re-exports and searching docs by query.
Instructions
Standard-library docs from the EXACT released source of the channel.
symbol='std.fs.Dir.openFile' walks real re-exports and returns the /// docs plus the declaration text from that release. query= searches std doc comments. Prefer exact symbols; use query to discover names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| query | No | ||
| symbol | No | ||
| channel | No | stable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |