rsff-1.1.0 has been yanked.
rsff
rsff` (scanlation file format) is the core library of an application designed to facilitate the work of teams translating content such as manga, manhwa, manhua, webtoons, etc.
Some Examples:
use ;
// Create a default document.
let mut d: Document = default;
// Create a default balloon.
let mut b: Balloon = default;
// Add content to the balloon.
b.tl_content.push;
// Add balloon to the document.
d.balloons.push;
Basic Raw SFF JSON File: