@cargo-messages/darwin-x64

Prebuilt binary package for `cargo-messages` on `darwin-x64`.


Keywords
Rust, Neon
License
MIT
Install
npm install @cargo-messages/darwin-x64@0.1.82

Documentation

@neon-rs

Experimental packaging and distribution tooling for Neon:

  • @neon-rs/cli: package and distribution CLI
  • @neon-rs/manifest: helper library

Build Workflow of a Neon Project

( Start ) ---- npm run build ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
 \ \ \ \ \
  \ \ \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
   \ \ \ \
    \ \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
     \ \ \
      \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
       \ \
        \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
         \
          +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]