mirror of
https://github.com/emojisum/emojisum.git
synced 2025-08-04 14:20:28 +00:00
rust implementation
This commit is contained in:
parent
31734a1a0d
commit
07599ca283
6 changed files with 252 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,6 +6,7 @@
|
|||
# Folders
|
||||
_obj
|
||||
_test
|
||||
target
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
|
@ -22,3 +23,4 @@ _testmain.go
|
|||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue