gnc 0.1.1

Spacecraft GNC library with C/C++ and NASA F-Prime bindings.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>gnc - Rust-based Spacecraft GNC Library</title>
  <style>
    body {
      font-family: "Inter", Arial, sans-serif;
      background: radial-gradient(circle at top, #0b0b1a, #090909);
      color: #e0e0e0;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
    }
    h1 {
      font-size: 3rem;
      letter-spacing: 2px;
      color: #00bcd4;
      margin-bottom: 0.5rem;
    }
    p {
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 600px;
      margin: 0.5rem 0;
    }
    ul {
      list-style: none;
      padding: 0;
      margin-top: 1rem;
      text-align: left;
    }
    li {
      margin: 0.4rem 0;
      background: rgba(255,255,255,0.05);
      padding: 0.6rem 1rem;
      border-radius: 8px;
    }
  </style>
</head>
<body>
  <h1>gnc</h1>
  <p>Rust-based spacecraft GNC library with C/C++ and NASA F´ bindings.</p>

  <ul>
    <li>Supports common controllers and estimators</li>
    <li>Leverages existing, well-validated Rust crates</li>
    <li>Integrates seamlessly with open-source simulation platforms</li>
    <li>Includes a GUI editor for block diagrams and topology design</li>
  </ul>
</body>
</html>