This moves error_index_generator to the rustbook workspace so that it can share the dependency with mdbook. I had forgotten that error_index_generator is using mdbook. This includes a corresponding...
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?labelColor=555555&logo=rust [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?labelColor=555555&logo=docs.rs CLI tools for [`zino`]. [`zino`]: https://github.com/zino-rs/zino ## Features - **Project Initializat...
It is used for building applications for desktop computers using a combination of Rust tools and HTML rendered in a Webview. Apps built with Tauri can ship with any number of pieces of an optional JS API and Rust API so that webviews can control the system via message passing. Developers...
- name: Install Rust Stable uses: actions-rs/toolchain@v1 with: toolchain: stable components: rustfmt, clippy, llvm-tools-preview override: true - uses: Swatinem/rust-cache@v2 - name: Build run: cargo build --all-targets --verbose - name: Lint with Clippy run: cargo clippy --all-tar...
SUBDIR += py-pyproject-fmt-rust SUBDIR += py-pyproject-hooks SUBDIR += py-pyproject-metadata SUBDIR += py-pyproject_hooks SUBDIR += py-pypugjs SUBDIR += py-pyqtree SUBDIR += py-pyquery3 changes: 2 additions & 1 deletion 3 devel/py-build/Makefile Original file line numberDiff line...
But they also bring some downsides: - The rules don't always support use-cases/platforms that the standard language tools do, meaning they need to be patched to be used. I've had to contribute a number of patches to the Rust, Python and JS rules to unblock various issues. - The ...