Tkdr Library
Go to file
2021-09-01 20:27:52 +01:00
src chore: add src 2021-09-01 20:27:52 +01:00
.gitignore init repo 2021-09-01 20:23:05 +01:00
Cargo.toml chore: add cargo & readme 2021-09-01 20:27:39 +01:00
LICENSE init repo 2021-09-01 20:23:05 +01:00
README.md chore: add cargo & readme 2021-09-01 20:27:39 +01:00

Tkdr Library

Rust Tkdr Library for applications

Part of the following developments:

Includes applications definitions and functions for following areas:

  • Encrypt Data
  • Decrypt Data
  • Templating
  • UIDs
  • Randomkeys

Criteria

In a basic application scenario this group or library collections are included together.

Updating packages or dependencies shoud be keep in sync among Cargo.toml declarations.

How to use

1 - Clone or download this lib in a path, better outside of target development

2 - Get current version from Cargo.toml

3 - For each member of of Macros Library one line like the one below should be included in target development Cargo.toml (adjust version & path) and use whatever is need.

tkdr = { path = "../lib/tkdr" }

Structure

Tkdr for applications

.
├── Cargo.toml
├── LICENSE
├── README.md
└── src
    ├── crypt_lib.rs
    ├── lib.rs
    ├── randomkey.rs
    ├── tera_lib.rs
    └── utils.rs

Author

License

MIT