motorx-core

Crates.iomotorx-core
lib.rsmotorx-core
version0.0.18
sourcesrc
created_at2023-01-18 01:07:22.673957
updated_at2025-02-09 19:08:33.709281
descriptionBuild your own motorx binary.
homepagehttps://github.com/tsar-boomba/motorx
repositoryhttps://github.com/tsar-boomba/motorx
max_upload_size
id761430
size86,704
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.run().await.unwrap();
}
Commit count: 88

cargo fmt