#string #text #result #send

highly_sendable

Containers for sending Strings and results within your process and beyond

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 1, 2025

#95 in #send

Download history 98/week @ 2025-03-30

98 downloads per month

MIT/Apache

21KB
532 lines

Highly Sendable

Crates.io License Downloads Docs Twitch Status

X | Twitch | Youtube | Mastodon | GitHub | GitHub Sponsors

Containers for sending Strings and results within your process and beyond.

Running Tests

cargo test --all-features

Building The Documentation

cargo doc --all-features

Todo

  • Add more documentation
  • Add code examples
  • Clean-up the code

Coding Style

This project uses a coding style that emphasises the use of white space over keeping the line and column counts as low as possible.

So this:


fn bar() {} 

fn foo()
{

    bar();

}

Not this:


fn bar() {} 

fn foo()
{
    bar();
}


License

Licensed under either of:

at your discretion


Contributing

Please clone the repository and create an issue explaining what feature or features you'd like to add or bug or bugs you'd like to fix and perhaps how you intend to implement these additions or fixes. Try to include details though it doesn't need to be exhaustive and we'll take it from there (dependant on availability).


Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~210–760KB
~18K SLoC