Crates.io | edgee-path |
lib.rs | edgee-path |
version | |
source | src |
created_at | 2024-11-25 17:23:54.892552 |
updated_at | 2024-12-10 17:00:49.25289 |
description | The full-stack edge platform for your edge oriented applications |
homepage | |
repository | https://github.com/edgee-cloud/edgee-common |
max_upload_size | |
id | 1460512 |
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` |
size | 0 |
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.
To use this library, add edgee-path
as a dependency in your Cargo.toml
:
[dependencies]
edgee-path = "0.1.0"