valence/crates/valence_core
AviiNL d3ed3123ca
Temp fix for heck with unicode enabled (#326)
## Description

This should _temporarily_ fix the heck issue described in #324 until
https://github.com/withoutboats/heck/issues/42 is fixed downstream.

When it is fixed downstream, this commit should get reverted.

Fixes #324
2023-04-28 11:53:10 +00:00
..
build Temp fix for heck with unicode enabled (#326) 2023-04-28 11:53:10 +00:00
src Add idle tick benchmark (#322) 2023-04-23 03:35:07 +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_core

Contains foundational code or modules too small to deserve their own crate. The contents of valence_core are re-exported by the main valence crate.