diff options
| author | Ubuntu <github@matdoes.dev> | 2023-01-30 22:05:18 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2023-01-30 22:05:18 +0000 |
| commit | 2539f948c7a88a86b27b1878f6c28976285f348c (patch) | |
| tree | 870de6fcb6f3fcdb696c2c4db7c0f8f64241a681 /azalea-block/src | |
| parent | d195f400ed71b114a9ea5e66ff98dec65e6dc47a (diff) | |
| download | azalea-drasl-2539f948c7a88a86b27b1878f6c28976285f348c.tar.xz | |
have docs for all crates
Diffstat (limited to 'azalea-block/src')
| -rwxr-xr-x | azalea-block/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs index 685aed92..6d45fbf4 100755 --- a/azalea-block/src/lib.rs +++ b/azalea-block/src/lib.rs @@ -1,3 +1,5 @@ +#![doc = include_str!("../README.md")] + mod behavior; mod blocks; |
