| Crates.io | tesser-execution |
| lib.rs | tesser-execution |
| version | 0.9.1 |
| created_at | 2025-11-19 06:25:59.725586+00 |
| updated_at | 2025-11-27 09:35:00.592829+00 |
| description | Order orchestration, routing, and execution engine for Tesser |
| homepage | |
| repository | https://github.com/tesserspace/tesser |
| max_upload_size | |
| id | 1939507 |
| size | 204,074 |
Order management helpers that translate signals into broker requests.
OrderSizer trait plus a simple FixedOrderSizer implementation.ExecutionEngine consumes Signals, computes quantities, and calls the configured ExecutionClient.OrderSizer.ExecutionEngine::handle_signal before delegating to the client.cargo test -p tesser-execution