mirror of
https://github.com/emojisum/emojisum.git
synced 2025-08-02 13:20:27 +00:00
rust implementation
This commit is contained in:
parent
31734a1a0d
commit
07599ca283
6 changed files with 252 additions and 1 deletions
21
README.md
21
README.md
|
@ -1,4 +1,4 @@
|
|||
# emojisum
|
||||
# Emojisum
|
||||
[](https://travis-ci.org/emojisum/emojisum)
|
||||
|
||||
:pray: :paperclip: Emoji that checksum! :tada: :poop:
|
||||
|
@ -92,3 +92,22 @@ func main() {
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Contributed Implementations
|
||||
|
||||
### Rust
|
||||
|
||||
In `./contrib/emojisum-rs/` you'll find a rust library for emojisum.
|
||||
|
||||
#### Build
|
||||
|
||||
```shell
|
||||
cd ./contrib/emojisum-rs/
|
||||
cargo build
|
||||
```
|
||||
|
||||
#### Test
|
||||
|
||||
```shell
|
||||
cargo test
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue