We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd48d0 commit ebe98b4Copy full SHA for ebe98b4
README.md
@@ -37,3 +37,5 @@ fn main() -> anyhow::Result<()> {
37
```
38
39
See [the docs](https://docs.rs/xshell) for more.
40
+
41
+If you like the ideas behind xshell, you will enjoy [dax](https://github.com/dsherret/dax).
src/lib.rs
@@ -244,6 +244,9 @@
244
//! [shell injection]:
245
//! https://en.wikipedia.org/wiki/Code_injection#Shell_injection
246
//!
247
+//! The [`dax`](https://github.com/dsherret/dax) library for Deno shares the overall philosophy with
248
+//! `xshell`, but is much more thorough and complete. If you don't need Rust, use `dax`.
249
+//!
250
//! # Implementation Notes
251
252
//! The design is heavily inspired by the Julia language:
0 commit comments