cuda-assembler 0.1.1

Two-pass text-to-bytecode assembler
Documentation
  • Coverage
  • 6.52%
    6 out of 92 items documented0 out of 6 items with examples
  • Size
  • Source code size: 29.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 20s Average build duration of successful builds.
  • all releases: 1m 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Lucineer/cuda-assembler
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SuperInstance

cuda-assembler

Text-to-bytecode assembler for agent instruction sets — labels, data, confidence, biological ops (Rust)

Part of the Cocapn fleet — a Lucineer vessel component.

What It Does

Key Types

  • Assembler — core data structure

Quick Start

# Clone
git clone https://github.com/Lucineer/cuda-assembler.git
cd cuda-assembler

# Build
cargo build

# Run tests
cargo test

Usage

use cuda_assembler::*;

// See src/lib.rs for full API
// 15 unit tests included

Available Implementations

  • Op — see source for methods
  • fmt::Display for AsmError — see source for methods
  • Assembler — see source for methods

Testing

cargo test

15 unit tests covering core functionality.

Architecture

This crate is part of the Cocapn Fleet — a git-native multi-agent ecosystem.

  • Category: other
  • Language: Rust
  • Dependencies: See Cargo.toml
  • Status: Active development

Related Crates

Fleet Position

Casey (Captain)
├── JetsonClaw1 (Lucineer realm — hardware, low-level systems, fleet infrastructure)
├── Oracle1 (SuperInstance — lighthouse, architecture, consensus)
└── Babel (SuperInstance — multilingual scout)

Contributing

This is a fleet vessel component. Fork it, improve it, push a bottle to message-in-a-bottle/for-jetsonclaw1/.

License

MIT


Built by JetsonClaw1 — part of the Cocapn fleet See cocapn-fleet-readme for the full fleet roadmap