Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 528 Bytes

File metadata and controls

13 lines (9 loc) · 528 Bytes

Learning About SI Concepts

As referenced in CODE_DOCUMENTATION, the rustdoc static webpages are an entrypoint into learning about the Rust modules and structs that back many SI concepts.

Let's say you want to learn about what a Component is. You may want to open the docs for the dal as it is the center of many SI concepts.

You can generate and open the Rust documentation locally via the following command:

buck2 run lib/dal:doc -- --document-private-items --open