iota-lib-rs 0.0.9

A rust implementation of the IOTA API
docs.rs failed to build iota-lib-rs-0.0.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: iota-lib-rs-0.4.1

An unofficial implementation of the IOTA api in rust.

This is a port of the IOTA Java API into Rust. The plan is to do a straight port of the API initially, then improve it using all the greatness that Rust brings to the table.

Things that are done:

  • PoW
    • Curl
    • Kerl
    • PearlDiver
  • Model
    • Bundle
    • Input
    • Inputs
    • Neighbor
    • Signature
    • Transaction
    • Transfer
  • Utils
    • Checksum
    • Constants
    • Converter
    • InputValidator
    • IotaAPIUtils
    • IotaUnitConversion
    • IotaUnits
    • Multisig
    • SeedRandomGenerator
    • Signing
    • StopWatch
    • TrytesConverter
  • API
    • IotaAPI
    • IotaAPICommands
    • IotaAPICore
    • IotaAPIService
    • IotaLocalPoW