rust_runnables 0.2.0

Rust traits that mimic the Runnable and Callable<T> interfaces in Java.
Documentation
  • Coverage
  • 40%
    2 out of 5 items documented2 out of 4 items with examples
  • Size
  • Source code size: 5.56 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 259.17 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • azriel91/rust_runnables
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • azriel91

Rust Runnables

Build Status Crates.io

Rust traits that mimic the Runnable and Callable<T> interfaces in Java.

Usage

Please see src/lib.rs for code examples.

Building

  1. Make sure you have Rust (stable) and Cargo installed

  2. Run the following command:

    cargo build && cargo test
    
    

Releasing

  1. Make sure the last build is successful

  2. Tag the commit

    git tag 0.0.1  # see Cargo.toml
    
    
  3. Publish the package

    Make sure you have publishing permissions, and have logged in to Cargo, then run:

    cargo publish
    
  4. Update Cargo.toml to the next version

License

Licensed under Apache License, Version 2.0