This is a Rust implementation of the Worker. The previous (Python) version can be found here.
A worker is a service that downloads assigned data chunks from persistent storage (currently S3) and processes incoming data queries that reference those data chunks.
For details see network RFC page.
You can find instructions for how to run your own worker here.