project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
310 stars 43 forks source link

Expose `rs-matter`'s lib as `matter_rs` #108

Closed MabezDev closed 11 months ago

MabezDev commented 11 months ago

Then s/rs-matter::/matter_rs::/g.

Whilst we can't have the crates.io name, we can still have the library name if we want.

I'm not that bothered either way, but I thought I'd open it as a suggestion.

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

ivmarkov commented 11 months ago

I personally find the crate name different from the lib really, really confusing.

That's why we changed the name of the lib to rs_matter in the first place. At least everything is the same everywhere - crates.io, lib name, workspace name, macro-crate name (the latter is suffixed of course).

ivmarkov commented 11 months ago

... and there is already a crate named matter-rs and its lib name (if it ever appears will also be `matter_rs). Confusing, confusing...

kedars commented 11 months ago

As discussed in the meeting, opting to keep the same name for the crate and the library, closing this...