3 unstable releases

0.2.0 Jul 31, 2022
0.1.1 Dec 16, 2021
0.1.0 Dec 16, 2021

#1589 in Hardware support

25 downloads per month
Used in 2 crates (via ctaphid)

Apache-2.0 OR MIT

59KB
1K SLoC

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.

Dependencies

~88KB