docs/rustdoc/index.md
Welcome to an overview of the developer documentations of RisingWave!
To learn how to develop RisingWave, and access high-level design docs, see the RisingWave Developer Guide.
Here are the rustdocs of the core crates in RisingWave. You can read them to understand the implementation details of RisingWave.
<!-- Not all crates are listed here. For example, binary crates and test crates are not included. -->Common functionalities shared inside RisingWave.
src/protoThe crates under src/utils are several independent util crates which helps to simplify development. We plan to publish them to crates.io in future when they are more mature.