tosho-common 0.3.0

A common shared library used by tosho-* sources crates.
docs.rs failed to build tosho-common-0.3.0
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: tosho-common-0.2.0

tosho-common

A common shared library used by tosho-* sources crates.

Not recommended to be used by other projects.

Features

  • serde - Enable error type when parsing with serde + serde_json (Also enable the parser for reqwest)
  • protobuf - Enable error type when parsing with protobuf via prost (Also enable the parser for reqwest)
  • image - Enable error type when processing image with image-rs
  • complete-errors - Enable all error types described above
  • id-gen - Enable random token/ID generator
  • all - Enable all features

This is made since not all sources crates will need all of the features.

License

This project is licensed with MIT License (LICENSE or http://opensource.org/licenses/MIT)