tosho-common

Crates.iotosho-common
lib.rstosho-common
version0.2.0
created_at2025-01-01 04:58:44.450783+00
updated_at2025-05-31 01:14:48.871531+00
descriptionA common shared library used by tosho-* sources crates.
homepagehttps://github.com/noaione/tosho-mango
repositoryhttps://github.com/noaione/tosho-mango
max_upload_size
id1500594
size69,509
(noaione)

documentation

README

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)

Commit count: 434

cargo fmt