Adding re_log_encoding library as a dependency
Run this command in a terminal, in your project's directory:
cargo add re_log_encoding
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
re_log_encoding = "0.29.1"
The re_log_encoding library will be automatically available globally.
Read the re_log_encoding library documentation.