99 releases

0.6.42 Jun 5, 2025
0.6.40 May 19, 2025
0.6.35 Mar 31, 2025
0.6.22 Dec 28, 2024
0.1.1 Mar 29, 2023

#219 in #serve

Download history 220/week @ 2025-03-12 253/week @ 2025-03-19 142/week @ 2025-03-26 180/week @ 2025-04-02 41/week @ 2025-04-09 231/week @ 2025-04-16 8/week @ 2025-04-23 14/week @ 2025-04-30 206/week @ 2025-05-07 306/week @ 2025-05-14 33/week @ 2025-05-21 60/week @ 2025-05-28 240/week @ 2025-06-04 18/week @ 2025-06-11 8/week @ 2025-06-18 5/week @ 2025-06-25

312 downloads per month
Used in 2 crates

MIT license

83KB
2K SLoC

Mostro Core

Mostro Core is a Rust-based library that provides peer-to-peer functionality for decentralized applications. It serves as the foundation for building Mostro daemon.

Requirements

  • Rust 1.86.0 or later
  • Cargo (Rust's package manager)
  • cargo-release for releasing new versions
  • git-cliff for generating the changelog

Features

  • Peer-to-peer networking capabilities
  • Secure communication protocols
  • Efficient data synchronization
  • Cross-platform compatibility

Import prelude to use mostro core

use mostro_core::prelude::*;

Contribute

You may be interested in contributing to Mostro. If you're looking for somewhere to start contributing, check out the good first issue list.

More info in our contributing guide.

Documentation

License

Mostro is licensed under the MIT license.

Dependencies

~22–41MB
~664K SLoC