Draft
feat: Rust rewrite of emojibase generator and core library#198
Conversation
Implements the full project structure for a Rust rewrite: - emojibase-core: data model types, constants, unicode/shortcode utilities - emojibase-generator: CLI tool with fetcher, parser, builder, and generator modules All 24 unit tests pass. Compiles successfully with cargo check. Agent-Logs-Url: https://github.com/milesj/emojibase/sessions/b95f3932-2d26-4b6d-a7de-bce0bd0cda65 Co-authored-by: milesj <143744+milesj@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
milesj
April 2, 2026 21:53
View session
|
…king Agent-Logs-Url: https://github.com/milesj/emojibase/sessions/9a27f0b6-4f34-4fa8-8279-840233ea27bd Co-authored-by: milesj <143744+milesj@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
emojibase-generator(binary) andemojibase-core(library) cratesmodel/) with serde serializationconfig.rs)util/)fetcher/)parser/)builder/)generator/)main.rs)target/to.gitignoreand remove build artifacts from PR