edgee-path

Crates.ioedgee-path
lib.rsedgee-path
version
sourcesrc
created_at2024-11-25 17:23:54.892552
updated_at2024-12-10 17:00:49.25289
descriptionThe full-stack edge platform for your edge oriented applications
homepage
repositoryhttps://github.com/edgee-cloud/edgee-common
max_upload_size
id1460512
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sacha Morard (SachaMorard)

documentation

README

Edgee

Edgee

Edgee Path Library

The edgee-path library provides utilities for encrypting and decrypting strings, generating random strings, and validating paths based on hostnames. It is designed to be used in scenarios where secure and predictable path generation and validation are required.

Features

  • Encrypt and Decrypt Strings: Functions to encrypt and decrypt strings, ensuring data security.
  • Generate Random Strings: Utility to generate random strings of a specified length.
  • Path Generation: Generate paths based on hostnames.
  • Path Validation: Validate paths against hostnames to ensure correctness.

Installation

To use this library, add edgee-path as a dependency in your Cargo.toml:

[dependencies]
edgee-path = "0.1.0"
Commit count: 13

cargo fmt