es_entity
Run this command in a terminal, in your project's directory:
cargo add es-entity
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
es-entity = "0.10.14"
The es_entity library will be automatically available globally. Read the es_entity library documentation.
Back to the crate overview.