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
| // ==UserScript== | |
| // @name Pseudolocalization | |
| // @namespace https://yagisoft.se/ | |
| // @version 1.0 | |
| // @description Pseudo translates all text on a page, when 'L' is pressed... | |
| // @author ctjinx@gmail.com | |
| // @match http://* | |
| // @match https://* | |
| // @match http://*/* | |
| // @match https://*/* |
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
| [package] | |
| name = "rkyv-test" | |
| version = "0.1.0" | |
| edition = "2021" | |
| rust-version = "1.81.0" | |
| [dependencies] | |
| rkyv = "0.8.5" | |
| serde = { version = "1.0.210", features = ["derive"] } | |
| serde_json = { version = "1.0.128", features = ["preserve_order"] } |
OlderNewer