Crate ft_sys

source ·
Expand description

This crate is part of ft-sdk and provides the system-level functionality. This crate should not be used directly, and ft-sdk should be used.

Re-exports§

  • pub use env::now;

Modules§

  • Functions to interact with the environment.
  • Functions and types to work with HTTP requests and responses.

Macros§

  • Print some data to the server log.

Structs§

Enums§

Functions§

  • Decrypt a string. The decryption is done in host, and host manages the decryption key. This function should be used if you want to retrieve encrypted sensitive data from the database.
  • Encrypt a string. The encryption is done in host, and host manages the encryption key. This function should be used if you want to store sensitive data in the database.