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

Restructure library to easily support adding a new scheme system variants #9

Merged
merged 2 commits into from
Aug 31, 2024

Conversation

JamyGolden
Copy link
Member

I've been playing around with the idea of adding a new scheme system to tinted-builder but it requires some refactoring to separate Base16 as the default/main system.

This change allows new scheme systems to be easily added without breaking the API.

@JamyGolden JamyGolden requested a review from a team as a code owner August 27, 2024 23:11
@JamyGolden JamyGolden force-pushed the jamy/feature/system-wrapping branch 3 times, most recently from a0bde42 to e8aba6c Compare August 31, 2024 12:54
- Pass `SchemeSystem` into Template creation to allow for different
  template builders to be built into tinted-builder-rust
- Remove anyhow crate from tinted-builder lib and use custom Error enum
  with thiserror library
@JamyGolden JamyGolden force-pushed the jamy/feature/system-wrapping branch from e8aba6c to 5d75163 Compare August 31, 2024 15:19
@JamyGolden JamyGolden merged commit df3fbd5 into main Aug 31, 2024
5 checks passed
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.

1 participant