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

orb-const-concat: initial commit #133

Merged
merged 1 commit into from
Jun 14, 2024
Merged

orb-const-concat: initial commit #133

merged 1 commit into from
Jun 14, 2024

Conversation

TheButlah
Copy link
Collaborator

@TheButlah TheButlah commented Jun 14, 2024

I didn't like that the const_format crate is so incredibly complex. There is a lot of unsafe and also a lot of cursed code in it.
I would much rather use a solution that covers the 80% use case of concatenating strings with 0 unsafe, minimal LOC, and less SBOM risk.

@TheButlah TheButlah changed the title Introduce orb-const-concat crate orb-const-concat: initial commit Jun 14, 2024
@TheButlah TheButlah force-pushed the thebutlah/const_concat branch 2 times, most recently from 6c68633 to 53968e2 Compare June 14, 2024 06:03
@TheButlah TheButlah changed the title orb-const-concat: initial commit orb-const-concat: initial commi Jun 14, 2024
@TheButlah TheButlah changed the title orb-const-concat: initial commi orb-const-concat: initial commit Jun 14, 2024
@TheButlah TheButlah enabled auto-merge (squash) June 14, 2024 06:30
Copy link
Collaborator

@fouge fouge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't expect we could to that at compile time, very cool

@TheButlah TheButlah merged commit 9d1b699 into main Jun 14, 2024
10 checks passed
@TheButlah TheButlah deleted the thebutlah/const_concat branch June 14, 2024 07:39
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.

2 participants