ctaphid-types 0.2.0

Data types for the CTAPHID protocol
Documentation
  • Coverage
  • 100%
    89 out of 89 items documented0 out of 0 items with examples
  • Size
  • Source code size: 62.23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 12.44 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • robinkrahl

cptahid-types

Data types for the CTAPHID protocol.

The ctaphid-types crate provides data types that are used by the CTAPHID protocol. It is intended to be usable both by client and device implementations as well as packet parsers.

Please see the API documentation for more information.

Features

This crate has the following features:

  • std (enabled by default): Implements std::error::Error for error types. Disable this feature to make the crate no_std.

Contributing

This crate is developed as a part of the ctaphid-rs repository. Please refer to the ctaphid-rs readme for more information.

Contact

For bug reports, feature requests and other messages, please send a mail to ~ireas/public-inbox@lists.sr.ht (archive) using the [ctaphid-rs] prefix in the subject.

License

This project is dual-licensed under the Apache-2.0 and MIT licenses. The documentation and examples contained in this repository are licensed under the Creative Commons Zero license. You can find a copy of the license texts in the ../LICENSES directory.

ctaphid-types complies with version 3.0 of the REUSE specification.