Skip to content

Mention stdlib docs, or lack thereof #2783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ Zig is an open-source programming language designed for **robustness**,
## Resources

* [Introduction](https://ziglang.org/#Introduction)
* [Download & Documentation](https://ziglang.org/download)
* [Download & Documentation](https://ziglang.org/download) (These docs function as the quick-reference guide.)
* [Frequently Asked Questions](https://github.com/ziglang/zig/wiki/FAQ)
* [Community](https://github.com/ziglang/zig/wiki/Community)
* [Contributing](https://github.com/ziglang/zig/blob/master/CONTRIBUTING.md)

## Standard Library Docs

Documentation for the standard library doesn't exist yet, though there will be full docs by version 1.0.
For now, you can search through `std/` for items of interest with a text editor.

It isn't a priority right now as the focus is more on implementing features and getting stuff working well.

If you have any questions on how parts of the stdlib work, you can always ask us about it; see the 'Community' resource above.


## Building from Source

[![Build Status](https://dev.azure.com/ziglang/zig/_apis/build/status/ziglang.zig?branchName=master)](https://dev.azure.com/ziglang/zig/_build/latest?definitionId=1&branchName=master)
Expand Down