zpp-2022-rust-seastar / seastar-rs

Idiomatic Rust bindings to the Seastar framework
6 stars 3 forks source link

Make it possible to configure and start seastar from Rust #1

Closed piodul closed 1 year ago

piodul commented 1 year ago

We would like to allow Rust to start the Seastar runtime.

In C++, the process of starting the runtime has a small number of steps:

We would like to offer a similar experience in Rust:

kfernandez31 commented 1 year ago

I can't edit assignees, so I hope this comment suffices - I'm assigning myself.

piodul commented 1 year ago

Fixed in https://github.com/zpp-2022-rust-seastar/seastar-rs/pull/23 .