diff --git a/README.md b/README.md index 3312fa365080..90858e4b808c 100644 --- a/README.md +++ b/README.md @@ -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)