<!-- SEO meta tags for IDB Utils documentation -->
<meta name="description" content="IDB Utils documentation — CLI reference, library API, guides, and internals for inspecting, validating, and manipulating InnoDB tablespace files (.ibd), redo logs, and binary logs." />
<!-- Open Graph -->
<meta property="og:title" content="{{title}}" />
<meta property="og:description" content="IDB Utils documentation for MySQL DBAs and Rust developers. CLI reference, library API, and in-depth guides for InnoDB tablespace analysis." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://innodb.fyi/book/" />
<meta property="og:site_name" content="IDB Utils Documentation" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="{{title}}" />
<meta name="twitter:description" content="IDB Utils documentation — CLI reference, guides, and internals for InnoDB file analysis." />