Show HN: Xcom-rs – a Rust client library for the x.com API(github.com)
github.com
Show HN: Xcom-rs – a Rust client library for the x.com API
https://github.com/tumf/xcom-rs
1 comments
You didn't specify branding, but I reckon its name is part of the "public API surface design," so: wouldn't `twitter-rs` be a more effective choice? If not for the fact that, despite Mr. Musk's names, people are far more likely to immediately associate `twitter` than `x` with the social network, but also because you'd be less likely to get bug reports for OpenXcom. [0]
[0] https://openxcom.org/
[0] https://openxcom.org/
Design principles: - Zero unnecessary abstraction - Strong typing over dynamic JSON - Clear separation between transport and domain logic - Composable request builders
Looking for feedback on: - Error handling patterns - Versioning strategy - Public API surface design
Happy to answer questions.