1 2 3 4 5 6 7 8 9
[package] name = "midstring" version = "0.1.0" edition = "2021" description = "Create a string between two other strings, that is lexicographically halfway between them." license = "MIT" [dependencies]