mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-03 16:17:27 +00:00
It requires `tokio_unstable` in rust flags, so a `tokio-console` features is added to be compatible with the default config. To compile with the tokio console enabled, compile with ``RUSTFLAGS="--cfg tokio_unstable" cargo build --release --features tokio-console`` The usage of the tokio console can be found in https://github.com/tokio-rs/console. |
||
|---|---|---|
| .. | ||
| chunk_pool | ||
| file_location_cache | ||
| log_entry_sync | ||
| miner | ||
| network | ||
| pruner | ||
| router | ||
| rpc | ||
| shared_types | ||
| src | ||
| storage | ||
| storage-async | ||
| sync | ||
| .gitignore | ||
| Cargo.toml | ||