{"_id":"@ag_dubs/rustrush","_rev":"1-6be0ef3eff50fd2b420cba4ae539af94","name":"@ag_dubs/rustrush","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@ag_dubs/rustrush","collaborators":["Ashley Williams <ashley666ashley@gmail.com>"],"version":"0.1.0","module":"rustrush.js","types":"rustrush.d.ts","sideEffects":"false","description":"<meta charset=\"utf-8\"/>","_id":"@ag_dubs/rustrush@0.1.0","_npmVersion":"6.2.0","_nodeVersion":"10.7.0","_npmUser":{"name":"ag_dubs","email":"ashley666ashley@gmail.com"},"dist":{"integrity":"sha512-06pvTv1q4OQSnKkhS5G5S9KXA1a0C4srJfkJe3OHt/DfXFi8/q93F0CiQAnXYFz8lm3KCDd0K6JwufhtHwfucw==","shasum":"7d057e72d1f9b6debe7f2130b7692a70324401a5","tarball":"https://registry.npmjs.org/@ag_dubs/rustrush/-/rustrush-0.1.0.tgz","fileCount":5,"unpackedSize":4612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFhnRCRA9TVsSAnZWagAALUgP/RAkPYzn1mGzuvh33P0M\ntZcF0O8cjqnlpmUM99BIuOHbCVifA/HGZPITNqQAFixyqMvxkgmY0R1nSO+r\ndhZE1pA4ssruYQVGccckoBOveYEkZ0Twnqv5od4+ivZbbns/g7rtDVHb8++O\nFCeFjPk+a2YtK+guGNBEgBueA2HL8gIm5IENivQ+V85WwDPo/hkQucJMSttg\nFM6rb+KhiaXCNyTliMhScsXT8mL09wThuKUSGr2Kc6F1MCA9iDhS1AU3lVjW\nhx9Lo7FWevsYYf9RK3lpyGMAEMUA17yXOECxIsXcIsgyDITEyq7ksMup8ebJ\nVLDWXbOeHjwLHyRmSo3j0n+Yw2D6KuaBrvXxigEZn/AA2EfrDGHw/2eQQeUl\nXnt30Mq4/wO78LWWxkJ+dc2L/MH47CBnT0eI5C14RJnCSWBtLs/Q3MuysHRs\ngj+LjtjmWRKVv55ug6hSeHrA5TSV+yWBZc5/ughaNGu8Z6HaFf8MvpiuL4/L\nnHJl9BxNFS2uqC8Xw7TDrRIjG2vT3zCKBzFYAZuA4O+LjOTyL+YGWmFkWxQ4\nu8kp3OBEt4Kd7q7ltNYneYgLBEaVt9deHN5VDNnb+3kcT+3x4MlTXcKAu4Xn\nskmFozTo5LWr6cxR9hL+6eutG3RsTP3QuYfrCeC86AXS3JIiDc6lJi0uu7Gz\nOeWi\r\n=KsMH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGwgl2RNCuxpWvyOyum2/pcodqS7x53CxjqO7xsyW7maAiEA0/N6X8U7RrwiD0bYqNGMiKFuJ+yQmpVgZGa7PThTt/s="}]},"maintainers":[{"name":"ag_dubs","email":"ashley666ashley@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rustrush_0.1.0_1544952272699_0.5886778060773832"},"_hasShrinkwrap":false}},"time":{"created":"2018-12-16T09:24:32.518Z","0.1.0":"2018-12-16T09:24:32.843Z","modified":"2022-04-04T11:53:49.508Z"},"maintainers":[{"name":"ag_dubs","email":"ashley666ashley@gmail.com"}],"description":"<meta charset=\"utf-8\"/>","readme":"<meta charset=\"utf-8\"/>\n\n# 🦀🕸️ `wasm-pack-template`\n\nA template for kick starting a Rust and WebAssembly project using\n[`wasm-pack`](https://github.com/rustwasm/wasm-pack).\n\nThis template is designed for compiling Rust libraries into WebAssembly and\npublishing the resulting package to NPM.\n\n* Want to use the published NPM package in a Website? [Check out\n  `create-wasm-app`.](https://github.com/rustwasm/create-wasm-app)\n* Want to make a monorepo-style Website without publishing to NPM? Check out\n  [`rust-webpack-template`](https://github.com/rustwasm/rust-webpack-template)\n  and/or\n  [`rust-parcel-template`](https://github.com/rustwasm/rust-parcel-template).\n\n## 🔋 Batteries Included\n\n* [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating\n  between WebAssembly and JavaScript.\n* [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)\n  for logging panic messages to the developer console.\n* [`wee_alloc`](https://github.com/rustwasm/wee_alloc), an allocator optimized\n  for small code size.\n\n## 🚴 Usage\n\n### 🐑 Use `cargo generate` to Clone this Template\n\n[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)\n\n```\ncargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project\ncd my-project\n```\n\n### 🛠️ Build with `wasm-pack build`\n\n```\nwasm-pack build\n```\n\n### 🔬 Test in Headless Browsers with `wasm-pack test`\n\n```\nwasm-pack test --headless --firefox\n```\n\n### 🎁 Publish to NPM with `wasm-pack publish`\n\n```\nwasm-pack publish\n```\n","readmeFilename":"README.md"}