treant 0.4.0

High-performance, lock-free Monte Carlo Tree Search library for Rust.
Documentation
/**
 * Any CSS included here will be global. The classic template
 * bundles Infima by default. Infima is a CSS framework designed to
 * work well for content-centric websites.
 */

/* Muted blue accent — workshop aesthetic, not playful. */
:root {
  --ifm-color-primary: #3b6faa;
  --ifm-color-primary-dark: #355f94;
  --ifm-color-primary-darker: #32598c;
  --ifm-color-primary-darkest: #294973;
  --ifm-color-primary-light: #4a7db6;
  --ifm-color-primary-lighter: #5285bc;
  --ifm-color-primary-lightest: #6e9bca;
  --ifm-code-font-size: 95%;
  --ifm-font-family-base: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.08);
}

[data-theme='dark'] {
  --ifm-color-primary: #6e9bca;
  --ifm-color-primary-dark: #5889bf;
  --ifm-color-primary-darker: #4d80b9;
  --ifm-color-primary-darkest: #3668a4;
  --ifm-color-primary-light: #84aad3;
  --ifm-color-primary-lighter: #8fb2d7;
  --ifm-color-primary-lightest: #b0cbe4;
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}