diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-11-06 14:05:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 14:05:01 -0600 |
| commit | d112856ff6353592a50658b0ddd316f54dd97b87 (patch) | |
| tree | 6c408ecab96012e3bffaf15843fad5b9b6817796 /azalea/src | |
| parent | 9bc517511663193f3166320db4cb5ca02701b039 (diff) | |
| download | azalea-drasl-d112856ff6353592a50658b0ddd316f54dd97b87.tar.xz | |
Entity metadata (#37)
* add example generated metadata.rs
* metadata.rs codegen
* add the files
* add comment to top of metadata.rs
* avoid clone
* metadata
* defaults
* defaults
* fix metadata readers and writers
* fix bad bitmasks and ignore some clippy warnings in generated code
* add set_index function to entity metadatas
* applying metadata
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 4a042b79..20bab405 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -6,16 +6,16 @@ //! code, since everything from azalea_client is re-exported in azalea. //! //! # Installation -//! +//! //! First, install Rust nightly with `rustup install nightly` and `rustup //! default nightly`. -//! +//! //! Then, add one of the following lines to your Cargo.toml.\ //! Latest bleeding-edge version: //! `azalea = { git="https://github.com/mat-1/Cargo.toml" }` //! Latest "stable" release: //! `azalea = "0.3"` -//! +//! //! # Examples //! //! ```rust,no_run |
