# TSS 2.0 FAPI Rust Wrapper This library provides an interface to the [TSS2.0 Feature API (FAPI)](https://tpm2-tss.readthedocs.io/en/latest/group__fapi.html). #### Architectural overview ![tss2-fapi-rs Overview](https://raw.githubusercontent.com/tpm2-software/rust-tss-fapi/main/docs/images/tss2-fapi-rs-overview.small.png) ## See also * [**Documentation**](https://tpm2-software.github.io/rust-tss-fapi/tss2_fapi_rs/) * [**GitHub Repository**](https://github.com/tpm2-software/rust-tss-fapi/) ## Disclaimer The current version of the API does not offer any security or code safety guarantees. The implementation that is provided is suitable for exploratory testing and experimentation only. This test implementation does not offer any tangible security benefits and therefore is not suitable for use in production. Documentation pages may be incomplete and are subject to change without notice. Interfaces may change in such a way as to break compatibility with client code. Contributions from the developer community are welcome. ## License Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project All rights reserved. This work is released under the [**3-Clause BSD License**](https://opensource.org/license/bsd-3-clause).