3 unstable releases
0.2.0 | Jul 31, 2022 |
---|---|
0.1.1 | Dec 16, 2021 |
0.1.0 | Dec 16, 2021 |
#10 in #ctap
28 downloads per month
Used in 2 crates
(via ctaphid)
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): Implementsstd::error::Error
for error types. Disable this feature to make the crateno_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
~105KB