diff options
| author | Ubuntu <github@matdoes.dev> | 2022-11-12 02:04:15 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-11-12 02:04:15 +0000 |
| commit | 3530faea4e5e7e2b4b4ce31073219e615057cf33 (patch) | |
| tree | a37c0e448f4ab593473b340cbe17b85f2596ed55 /azalea-language/src | |
| parent | 4a1ec068fc13393e249853403085be6958a807a4 (diff) | |
| parent | 981105b2c09bd1effc56eb2f63d3b503260d591a (diff) | |
| download | azalea-drasl-3530faea4e5e7e2b4b4ce31073219e615057cf33.tar.xz | |
Merge branch 'main' of https://github.com/mat-1/azalea into main
Diffstat (limited to 'azalea-language/src')
| -rw-r--r-- | azalea-language/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-language/src/lib.rs b/azalea-language/src/lib.rs index f54de3cb..b9905e54 100644 --- a/azalea-language/src/lib.rs +++ b/azalea-language/src/lib.rs @@ -1,3 +1,5 @@ +//! Translate Minecraft strings from their id. + use lazy_static::lazy_static; use std::io::Read; use std::path::Path; |
