Skip to content

build(feature): rename websocket feature to ws - #816

Merged
0x676e67 merged 10 commits into
mainfrom
chore
Jul 19, 2025
Merged

build(feature): rename websocket feature to ws#816
0x676e67 merged 10 commits into
mainfrom
chore

Conversation

@0x676e67

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the websocket Cargo feature to ws to provide a more concise feature name for WebSocket functionality. The change maintains the same functionality while updating all references throughout the codebase.

  • Updates the Cargo feature name from websocket to ws
  • Updates all conditional compilation attributes to use the new feature name
  • Reorganizes module declarations and adds documentation comments to Cargo.toml features
  • Updates example requirements to use the new feature name

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/lib.rs Updates feature documentation and conditional compilation attributes for WebSocket exports
src/client/mod.rs Reorganizes module declarations and updates WebSocket module feature gate
src/client/http/mod.rs Updates conditional compilation for WebSocket functionality and renames a variable
Cargo.toml Renames the feature, adds comprehensive feature documentation, and updates example requirements

Comment thread src/client/http/mod.rs
@0x676e67
0x676e67 merged commit d15b2d5 into main Jul 19, 2025
7 checks passed
@0x676e67
0x676e67 deleted the chore branch July 19, 2025 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants