genanki_rs/
apkg_col.rs

1pub const APKG_COL: &str = r#"
2INSERT INTO col VALUES(
3    null,
4    1411124400,
5    1425279151694,
6    1425279151690,
7    11,
8    0,
9    0,
10    0,
11    '{
12        "activeDecks": [
13            1
14        ],
15        "addToCur": true,
16        "collapseTime": 1200,
17        "curDeck": 1,
18        "curModel": "1425279151691",
19        "dueCounts": true,
20        "estTimes": true,
21        "newBury": true,
22        "newSpread": 0,
23        "nextPos": 1,
24        "sortBackwards": false,
25        "sortType": "noteFld",
26        "timeLim": 0
27    }',
28    '{}',
29    '{
30        "1": {
31            "collapsed": false,
32            "conf": 1,
33            "desc": "",
34            "dyn": 0,
35            "extendNew": 10,
36            "extendRev": 50,
37            "id": 1,
38            "lrnToday": [
39                0,
40                0
41            ],
42            "mod": 1425279151,
43            "name": "Default",
44            "newToday": [
45                0,
46                0
47            ],
48            "revToday": [
49                0,
50                0
51            ],
52            "timeToday": [
53                0,
54                0
55            ],
56            "usn": 0
57        }
58    }',
59    '{
60        "1": {
61            "autoplay": true,
62            "id": 1,
63            "lapse": {
64                "delays": [
65                    10
66                ],
67                "leechAction": 0,
68                "leechFails": 8,
69                "minInt": 1,
70                "mult": 0
71            },
72            "maxTaken": 60,
73            "mod": 0,
74            "name": "Default",
75            "new": {
76                "bury": true,
77                "delays": [
78                    1,
79                    10
80                ],
81                "initialFactor": 2500,
82                "ints": [
83                    1,
84                    4,
85                    7
86                ],
87                "order": 1,
88                "perDay": 20,
89                "separate": true
90            },
91            "replayq": true,
92            "rev": {
93                "bury": true,
94                "ease4": 1.3,
95                "fuzz": 0.05,
96                "ivlFct": 1,
97                "maxIvl": 36500,
98                "minSpace": 1,
99                "perDay": 100
100            },
101            "timer": 0,
102            "usn": 0
103        }
104    }',
105    '{}'
106);
107"#;