1
Fork 0
WebExtension native messaging library for Rust. https://crates.io/crates/webextension-native-messaging
Go to file
Bauke e5713f5785
Move global lints to Cargo.toml.
2024-01-31 12:43:47 +01:00
source Move global lints to Cargo.toml. 2024-01-31 12:43:47 +01:00
.envrc Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00
.gitignore Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00
Cargo.toml Move global lints to Cargo.toml. 2024-01-31 12:43:47 +01:00
LICENSE-Apache Initial commit! 🌠 2021-09-04 13:45:36 +02:00
LICENSE-MIT Update license year and email. 2022-10-03 00:11:45 +02:00
Makefile.toml Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00
README.md Rename to webextension-native-messaging. 2022-10-03 00:25:39 +02:00
flake.lock Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00
flake.nix Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00
rustfmt.toml Initial commit! 🌠 2021-09-04 13:45:36 +02:00
rustup-toolchain.toml Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00
shell.nix Add Nix flake and direnv files. 2024-01-31 12:39:56 +01:00

README.md

WebExtension 🛰 Native Messaging

WebExtension native messaging library for Rust.

Usage

For documentation and examples see docs.rs.

License

Distributed under the Apache License 2.0 and MIT licenses, see LICENSE-Apache and LICENSE-MIT for more information.