Crates.io | ctaphid-types |
lib.rs | ctaphid-types |
version | 0.2.0 |
source | src |
created_at | 2021-12-16 01:06:06.502273 |
updated_at | 2022-07-31 19:53:02.55132 |
description | Data types for the CTAPHID protocol |
homepage | |
repository | https://git.sr.ht/~ireas/ctaphid-rs/tree/master/item/ctaphid-types |
max_upload_size | |
id | 498922 |
size | 59,220 |
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.
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
.This crate is developed as a part of the ctaphid-rs
repository. Please
refer to the ctaphid-rs
readme for more information.
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.
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.