ration 0.1.0

A shared memory library
Documentation
  • Coverage
  • 71.43%
    20 out of 28 items documented0 out of 17 items with examples
  • Size
  • Source code size: 25.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • rtthw/ration
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rtthw

Ration

A shared memory library for Rust. Useful for interprocess communication (IPC) through message-passing, sharing data structures, etc.

Features

  • Performance.

    Shared memory is as fast as you can get with IPC.

  • Flexibility.

    ration provides simple data types that can be used in a variety of ways.

Examples

  • The obligatory "Hello, world!" program that passes a single character string from server to client.

    Server and client.

  • A simple channel type that passes messages between server and client.

    Server and client.

License

MIT