valence/crates/valence_core
Carson McManus 67dced53e0
update aes and cfb8 to 0.8 (#340)
- update aes and cfb8 and make it compile
- update some usages to fix lints
- fix it so that it actually works
- small refactor
- fix lint

## Description

This updates the aes and cfb8 dependencies to 0.8

fixes #42
2023-05-24 09:18:04 -07:00
..
build Temp fix for heck with unicode enabled (#326) 2023-04-28 11:53:10 +00:00
src update aes and cfb8 to 0.8 (#340) 2023-05-24 09:18:04 -07: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.