Skip to content

A bunch of required types are private #166

@Manishearth

Description

@Manishearth

While working on FFI (#163) I discovered that a bunch of types, like CalendarDateLike and TzProvider and TimeDuration are all private but exposed in various APIs.

This makes it tricky to build FFI wrappers around them, and probably isn't great API design. These should probably be public, with TzProvider potentially being sealed to prevent external implementations (if that's the goal).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions