polyphony-chat / chorus

A rust library for interacting with multiple Spacebar-compatible Instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Add actions checks for non-default feature configurations #497

Closed kozabrada123 closed 1 month ago

kozabrada123 commented 1 month ago

Add a cargo check for feature configurations of chorus which aren't the default or all features, specifically ones without the client feature.

This would help prevent cases where we accidentally break an api which isn't checked, as has happened a few times. (#426, #492)