0.1.68 • Published 6 days ago

cargo-messages v0.1.68

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

cargo-messages

cargo-messages: A streaming reader for JSON messages emitted from Cargo

This project was bootstrapped by create-neon.

Installing cargo-messages

Installing cargo-messages requires a supported version of Node and Rust.

You can install the project with npm. In the project directory, run:

$ npm install

This fully installs the project, including installing any dependencies and running the build.

Building cargo-messages

If you have already installed the project and only want to run the build, run:

$ npm run build

This command uses the cargo-cp-artifact utility to run the Rust build and copy the built library into ./index.node.

Exploring cargo-messages

After building cargo-messages, you can explore its exports at the Node REPL:

$ npm install
$ node
> require('.').hello()
"hello node"

Available Scripts

In the project directory, you can run:

npm install

Installs the project, including running npm run build.

npm build

Builds the Node addon (index.node) from source.

Additional cargo build arguments may be passed to npm build and npm build-* commands. For example, to enable a cargo feature:

npm run build -- --feature=beetle

npm build-debug

Alias for npm build.

npm build-release

Same as npm build but, builds the module with the release profile. Release builds will compile slower, but run faster.

npm test

Runs the unit tests by calling cargo test. You can learn more about adding tests to your Rust code from the Rust book.

Project Layout

The directory structure of this project is:

cargo-messages/
├── Cargo.toml
├── README.md
├── index.node
├── package.json
├── src/
|   └── lib.rs
└── target/

Cargo.toml

The Cargo manifest file, which informs the cargo command.

README.md

This file.

index.node

The Node addon—i.e., a binary Node module—generated by building the project. This is the main module for this package, as dictated by the "main" key in package.json.

Under the hood, a Node addon is a dynamically-linked shared object. The "build" script produces this file by copying it from within the target/ directory, which is where the Rust build produces the shared object.

package.json

The npm manifest file, which informs the npm command.

src/

The directory tree containing the Rust source code for the project.

src/lib.rs

The Rust library's main module.

target/

Binary artifacts generated by the Rust build.

Learn More

To learn more about Neon, see the Neon documentation.

To learn more about Rust, see the Rust documentation.

To learn more about Node, see the Node documentation.

0.1.67

6 days ago

0.1.68

6 days ago

0.1.66

27 days ago

0.1.65

27 days ago

0.1.63

2 months ago

0.1.64

2 months ago

0.1.52

2 months ago

0.1.54

2 months ago

0.1.55

2 months ago

0.1.56

2 months ago

0.1.57

2 months ago

0.1.58

2 months ago

0.1.50

2 months ago

0.1.51

2 months ago

0.1.49

2 months ago

0.1.48

2 months ago

0.1.60

2 months ago

0.1.42

2 months ago

0.1.43

2 months ago

0.1.44

2 months ago

0.1.40

2 months ago

0.1.39

2 months ago

0.1.37

2 months ago

0.1.35

2 months ago

0.1.31

2 months ago

0.1.33

2 months ago

0.1.29

2 months ago

0.1.27

2 months ago

0.1.26

2 months ago

0.1.20

2 months ago

0.1.22

2 months ago

0.1.24

2 months ago

0.1.18

2 months ago

0.1.11

2 months ago

0.1.13

2 months ago

0.1.10

2 months ago

0.1.7

2 months ago

0.1.9

2 months ago

0.1.3

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.0

3 months ago

0.0.202

3 months ago

0.0.200

3 months ago

0.0.197

4 months ago

0.0.196

4 months ago

0.0.195

4 months ago

0.0.186

4 months ago

0.0.185

4 months ago

0.0.184

5 months ago

0.0.183

5 months ago

0.0.182

5 months ago

0.0.181

5 months ago

0.0.180

5 months ago

0.0.175

5 months ago

0.0.174

5 months ago

0.0.173

5 months ago

0.0.172

5 months ago

0.0.179

5 months ago

0.0.178

5 months ago

0.0.177

5 months ago

0.0.176

5 months ago

0.0.169

5 months ago

0.0.171

5 months ago

0.0.170

5 months ago

0.0.159

10 months ago

0.0.158

10 months ago

0.0.153

10 months ago

0.0.152

10 months ago

0.0.151

10 months ago

0.0.150

10 months ago

0.0.157

10 months ago

0.0.156

10 months ago

0.0.155

10 months ago

0.0.154

10 months ago

0.0.164

9 months ago

0.0.163

9 months ago

0.0.162

10 months ago

0.0.161

10 months ago

0.0.168

6 months ago

0.0.167

6 months ago

0.0.166

6 months ago

0.0.165

9 months ago

0.0.160

10 months ago

0.0.139

10 months ago

0.0.149

10 months ago

0.0.148

10 months ago

0.0.147

10 months ago

0.0.142

10 months ago

0.0.141

10 months ago

0.0.140

10 months ago

0.0.146

10 months ago

0.0.145

10 months ago

0.0.144

10 months ago

0.0.143

10 months ago

0.0.128

10 months ago

0.0.127

10 months ago

0.0.126

10 months ago

0.0.125

10 months ago

0.0.129

10 months ago

0.0.124

10 months ago

0.0.123

10 months ago

0.0.137

10 months ago

0.0.136

10 months ago

0.0.131

10 months ago

0.0.130

10 months ago

0.0.135

10 months ago

0.0.134

10 months ago

0.0.133

10 months ago

0.0.120

11 months ago

0.0.121

11 months ago

0.0.119

11 months ago

0.0.118

11 months ago

0.0.117

11 months ago

0.0.115

11 months ago

0.0.86

11 months ago

0.0.114

11 months ago

0.0.79

11 months ago

0.0.40

12 months ago

0.0.41

12 months ago

0.0.42

12 months ago

0.0.43

12 months ago

0.0.44

12 months ago

0.0.45

12 months ago

0.0.46

12 months ago

0.0.47

12 months ago

0.0.37

12 months ago

0.0.38

12 months ago

0.0.39

12 months ago

0.0.73

12 months ago

0.0.74

12 months ago

0.0.75

12 months ago

0.0.76

11 months ago

0.0.77

11 months ago

0.0.33

12 months ago

0.0.78

11 months ago

0.0.34

12 months ago

0.0.35

12 months ago

0.0.36

12 months ago

0.0.70

12 months ago

0.0.71

12 months ago

0.0.72

12 months ago

0.0.62

12 months ago

0.0.63

12 months ago

0.0.64

12 months ago

0.0.65

12 months ago

0.0.66

12 months ago

0.0.67

12 months ago

0.0.68

12 months ago

0.0.69

12 months ago

0.0.60

12 months ago

0.0.61

12 months ago

0.0.59

12 months ago

0.0.51

12 months ago

0.0.52

12 months ago

0.0.53

12 months ago

0.0.54

12 months ago

0.0.55

12 months ago

0.0.56

12 months ago

0.0.57

12 months ago

0.0.58

12 months ago

0.0.50

12 months ago

0.0.48

12 months ago

0.0.49

12 months ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago