pub fn write_atom_map_bson<W: Write>(w: &mut W, m: &Machine) -> Result<()>Expand description
Standalone --atoms bson output: {count: N, atoms: [...]} — just the atom
map (program atoms only; no query has run, so no query-introduced atoms).
For the case where a host wants the map once and its queries won’t introduce
new atoms (docs/design/BSON_ATOMS.md).