motorx-core

Crates.iomotorx-core
lib.rsmotorx-core
version0.0.10
sourcesrc
created_at2023-01-18 01:07:22.673957
updated_at2023-01-18 05:54:26.180454
descriptionBuild your own motorx binary.
homepagehttps://github.com/tsar-boomba/motorx
repositoryhttps://github.com/tsar-boomba/motorx
max_upload_size
id761430
size53,748
Isaiah Gamble (tsar-boomba)

documentation

README

motorx-core

Build custom Motorx binaries

use motorx_core::{Server, Config};

#[tokio::main]
async fn main() {
    let server = Server::new(Config { /* your config here */ });
    server.await.unwrap();
}
Commit count: 43

cargo fmt