feat(tazjin/german-string): init initial representation
This adds an initial implementation of the so-called "German Strings" in Rust. https://cedardb.com/blog/german_strings/ This implementation is *far from* complete, the only thing that can be done right now is construct a string, and even that I'm not fully happy with. Change-Id: I2697932a0ef373be76ffd14d59677493a5783b58 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12234 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
abff828ccc
commit
ef75a6300b
4 changed files with 82 additions and 0 deletions
7
users/tazjin/german-string/Cargo.lock
generated
Normal file
7
users/tazjin/german-string/Cargo.lock
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "german-string"
|
||||
version = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue