Crates.io | valence_server |
lib.rs | valence_server |
version | 0.2.0-alpha.1+mc.1.20.1 |
source | src |
created_at | 2023-08-10 11:22:16.348846 |
updated_at | 2023-08-10 11:22:16.348846 |
description | The core of the Valence server |
homepage | |
repository | https://github.com/valence-rs/valence |
max_upload_size | |
id | 940859 |
size | 225,084 |
Defines the "core" of the Valence server that plugins depend on. If a plugin module here is large enough, it may be split off into its own crate to reduce compile times.
The contents of valence_server
are re-exported from the main valence
crate, so end users should not interact with this crate directly.