Registry / http-client / egg-mode

egg-mode

JSON →
library0.16.1rscratesunverified

Library to interact with the Twitter API (now X API).

# Cargo.toml [dependencies] egg-mode = "0.16.1"
INSTALL
IMPORT
SIG · EGG-MODE
E
egg-mode
http-clientrustv0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Token
✓ use egg_mode::auth::Token;

Create a bearer token for Twitter API authentication.

use egg_mode::auth::Token; fn main() { let token = Token::Bearer("your_bearer_token".to_string()); println!("Token created: {:?}", token); }
Debug
Known issues
breakingTwitter API v1.1 is deprecated; this crate may not support v2 fully.
fix
Check for updates or use a crate that supports Twitter API v2.
affects: <=0.16.1
Upgrade
Version history
0.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
egg-mode — cargo add egg-mode · libregistry