sms_splitter-0.1.2 has been yanked.
SMS Splitter
An SMS message splitter with support for both GSM and Unicode written in JavaScript. GSM support is limited to GSM 03.38 with the extension table (see the Wikipedia article); no support for natural language shift tables exists at this time.
Installation
Usage
use SplitSms;
SplitSmsResult {
character_set: "GSM",
parts: [
SplitterPart {
content: "Hello World!",
length: 12,
bytes: 12,
},
],
bytes: 12,
length: 12,
remaining_in_part: 148,
}
Credits
A lot of the code in this package was based on Codesleuth split-sms.