Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publicly reexport types in the api pkg in rust #806

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

svix-andor
Copy link
Contributor

@svix-andor svix-andor commented Feb 6, 2023

The main api package has so far reexported the types used in the functions it wraps, with a few exceptions. This PR moves these types from the private use statement to the publicly reexporting one.

Fixes #805

@svix-andor svix-andor merged commit bcf30aa into main Feb 6, 2023
@svix-andor svix-andor deleted the andor/rust-lib-public-reexports branch February 6, 2023 13:06
svix-andor added a commit that referenced this pull request Feb 6, 2023
Like what's fixed in #806, sometimes types are accidentally not publicly
reexported in the `api` package. This changes the import/reexport
statement to a glob so generated models are automatically reexported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust ReplayIn is private but should be public
2 participants