Is it possible to do ecs trace logging with rust?

Hello

I want to create a single trace by integrating a Rust project with a Java Project and API. However, there is no library officially supported by Elasticsearch for Rust. (e.g., for Java: logback-ecs-encoder)

Is there a way for me to connect them into a single trace?

For example, when making an API request from Java to Java, we can identify it as a single trace ID by sharing the Trace.id.

Is this also possible for Rust -> Java?