1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//! Defines defaults for working with Apple Books.
use HashSet;
use PathBuf;
use Lazy;
/// The root databases directory.
///
/// This assembles the full path to macOS's Apple Books directory containing the `BKLibrary*.sqlite`
/// and `AEAnnotation*.sqlite` databases.
///
/// The full path:
/// ```plaintext
/// ~/Library/Containers/com.apple.iBooksX/Data/Documents
/// ```
pub static DATABASES: = new;
/// A set of all the variations of the Apple Books application name.
pub static APPLEBOOKS_NAMES: = new;