valence/crates/valence
2023-04-24 07:00:55 +00:00
..
benches Add idle tick benchmark (#322) 2023-04-23 03:35:07 +00:00
examples Fix bug with respawn position 2023-04-24 07:00:55 +00:00
src Fix bug with respawn position 2023-04-24 07:00:55 +00:00
Cargo.toml Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

valence

The main Valence crate. This acts primarily as a shell to re-export the other crates and consolidate plugins. Users are expected to use the other crates indirectly through this interface.

Additionally, project examples and whole-server unit tests are stored in examples/ and src/tests/ respectively.