code-native 1.0.0

Write native .so modules for the Code programming language in Rust — safe CodeValue builders/readers over the real runtime.c, no reimplementation.
Documentation

Build #4195969 2026-08-23 06:48:07

# rustc version rustc 1.100.0-nightly (c54751567 2026-08-22)

# docs.rs version docsrs 0.0.0 (e1bf2044f995578af06750ed1e554ccf8db7c5c4 2026-08-21 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "f15696a2266fe262dd209b2757e2075b4e71fbead51de460d77f962e6cecff35" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260822-1.100.0-nightly-c54751567\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting code-native v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `array` is both a function and a primitive type [INFO] [stderr] --> src/lib.rs:304:17 [INFO] [stderr] | [INFO] [stderr] 304 | /// buffer to [`array`] or [`object`] — matching `runtime.c`'s "elements are [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 304 | /// buffer to [`array()`] or [`object`] — matching `runtime.c`'s "elements are [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 304 | /// buffer to [`prim@array`] or [`object`] — matching `runtime.c`'s "elements are [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `array` is both a function and a primitive type [INFO] [stderr] --> src/lib.rs:328:64 [INFO] [stderr] | [INFO] [stderr] 328 | /// Release every slot. Call after handing the buffer to [`array`] or [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 328 | /// Release every slot. Call after handing the buffer to [`array()`] or [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 328 | /// Release every slot. Call after handing the buffer to [`prim@array`] or [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `array` is both a function and a primitive type [INFO] [stderr] --> src/lib.rs:346:41 [INFO] [stderr] | [INFO] [stderr] 346 | /// [`SlotBuffer`] built the same way [`array`] expects). `keys` must [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 346 | /// [`SlotBuffer`] built the same way [`array()`] expects). `keys` must [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the primitive type, prefix with `prim@` [INFO] [stderr] | [INFO] [stderr] 346 | /// [`SlotBuffer`] built the same way [`prim@array`] expects). `keys` must [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `code-native` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/code_native/index.html [INFO] running `Command { std: "docker" "inspect" "f15696a2266fe262dd209b2757e2075b4e71fbead51de460d77f962e6cecff35", kill_on_drop: false }`