Skip to content

feat: add a main crate to provide a clean user API #160

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

Merged
merged 7 commits into from
Sep 4, 2024
Merged

Conversation

imrn99
Copy link
Collaborator

@imrn99 imrn99 commented Sep 4, 2024

This PR adds a new crate: honeycomb. It is only made up of re-exports from the core, kernels and render crates. The goal is to provide a single dependency for users in order to (a) simplify usage, (b) avoid dependency issues where the user disable features of a crate only for another crate to enable those back.

All items of the respective core, kernels & render crate are accessible through re-exports; Additionally, a prelude module is defined with commonly used items.

Ideally, this crate can be published with 1.0.0; I just need to try and get the honeycomb package name from crates.io since the current project using it looks dead.

Scope

  • Repository

Type of change

  • New feature(s)

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.68%. Comparing base (5992043) to head (439257e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   81.68%   81.68%           
=======================================
  Files          32       32           
  Lines        4537     4537           
=======================================
  Hits         3706     3706           
  Misses        831      831           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@imrn99 imrn99 marked this pull request as ready for review September 4, 2024 09:30
@imrn99 imrn99 merged commit 702de0f into master Sep 4, 2024
13 checks passed
@imrn99 imrn99 deleted the add-user-crate branch September 4, 2024 10:58
@imrn99 imrn99 restored the add-user-crate branch September 4, 2024 10:58
@imrn99 imrn99 deleted the add-user-crate branch September 4, 2024 10:58
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.

3 participants