5 个版本
0.1.4 | 2023 年 10 月 29 日 |
---|---|
0.1.3 | 2023 年 8 月 6 日 |
0.1.2 | 2022 年 8 月 19 日 |
0.1.1 | 2022 年 6 月 18 日 |
0.1.0 | 2022 年 6 月 18 日 |
#133 在 游戏
558 每月下载量
用于 5 个包 (3 个直接)
18KB
363 代码行
rbx_cookie
从环境变量 ROBLOSECURITY
或已认证的本地 Roblox Studio 安装(适用于 Windows 和 MacOS)中查找 .ROBLOSECURITY
饼干。既可用作库也可用作 CLI。
CLI
使用 cargo install rbx_cookie
安装。
rbx_cookie --help
库
使用 cargo add rbx_cookie --no-default-features
禁用默认功能以排除 CLI 依赖项,或使用 default-features = false
配置
# Cargo.toml
[dependencies]
rbx_cookie = { version = "<version>", default-features = false }
// Returns the cookie as a formatted header ready to add to a request
let cookie = rbx_cookie::get();
// Returns the raw cookie value
let cookie = rbx_cookie::get_value();
依赖项
~2–11MB
~125K SLoC