feat: expose ordered-float feature through facet crate
- Add ordered-float feature to facet/Cargo.toml that enables facet-core/ordered-float
- Add to docs.rs metadata to include the feature in documentation
- Fix implementation of OrderedFloat and NotNan with proper Type constructors
- Make NotNan opaque to handle its private fields
- Add tests to verify the implementation works correctly
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>