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§

email
env
Functions to interact with the environment.
http
Functions and types to work with HTTP requests and responses.
memory

Macros§

println
Print some data to the server log.

Structs§

UserData

Enums§

ConnectionError
DecryptionError
DecryptionError is returned as error when ft_sdk::decrypt fails.

Functions§

decrypt
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
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.