Crates.io | twilight-util |
lib.rs | twilight-util |
version | |
source | src |
created_at | 2020-10-07 19:59:07.127874 |
updated_at | 2025-01-12 09:44:01.09546 |
description | Miscellaneous utilities for Twilight. |
homepage | https://twilight.rs |
repository | https://github.com/twilight-rs/twilight.git |
max_upload_size | |
id | 297066 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | 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 |
twilight-util
is a set of utility types and functions for the twilight-rs
ecosystem to
augment or enhance default functionality.
builder
Provides builders for large structs.
link
Provides implementations for parsing and formatting entities' URLs, such as webhook URLs.
permission-calculator
Allows the use of a calculator to determine the permissions of a member in a guild or channel.
snowflake
Allows the use of the Snowflake
trait, which provides methods for the extraction of
structured information from Discord snowflakes.