# Fluxer.RUST ## Docs - [EmbedBuilder](https://docs.devimorris.tech/builders/embed.md): Builder for constructing embed blocks in messages. - [FileAttachment](https://docs.devimorris.tech/builders/files.md): File structure for sending via multipart/form-data. - [MessagePayload](https://docs.devimorris.tech/builders/message.md): Builder for constructing message bodies before sending. - [PollCard](https://docs.devimorris.tech/builders/poll.md): Builder for constructing PNG poll cards. - [Collectors](https://docs.devimorris.tech/client/collectors.md): MessageCollector and ReactionCollector - collecting messages and reactions with filtering, timeout, and limit. - [Events](https://docs.devimorris.tech/client/events.md): DispatchEvent - typed Gateway events. Events - string name constants. - [Client](https://docs.devimorris.tech/client/overview.md): Client initialization, options, cache managers. - [Gateway](https://docs.devimorris.tech/gateway.md): WebSocket connection, sharding, connection lifecycle, and reconnection. - [Fluxer.RUST](https://docs.devimorris.tech/index.md): Rust library for building bots on the Fluxer platform. - [Quickstart](https://docs.devimorris.tech/quickstart.md): Minimal working bot on Fluxer.RUST. - [REST](https://docs.devimorris.tech/rest.md): HTTP client for working with the Fluxer REST API. Rate limiting, error handling, multipart. - [Channel](https://docs.devimorris.tech/structures/channel.md): Channel structure and its methods. - [Guild](https://docs.devimorris.tech/structures/guild.md): Guild structure and its methods. - [Message](https://docs.devimorris.tech/structures/message.md): Message structure and its methods. - [User / GuildMember](https://docs.devimorris.tech/structures/user.md): User, guild member, and bot account structures. - [Voice](https://docs.devimorris.tech/structures/voice.md): Voice connection management and audio playback. - [Utilities](https://docs.devimorris.tech/util.md): Permissions, Snowflake, CDN, formatting, Tenor. ## OpenAPI Specs - [openapi](https://docs.devimorris.tech/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/DeviMorris/Fluxer.RUST)