Skip to content

Commit ebe98b4

Browse files
committed
Plug dax
1 parent cdd48d0 commit ebe98b4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ fn main() -> anyhow::Result<()> {
3737
```
3838

3939
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).

Diff for: src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@
244244
//! [shell injection]:
245245
//! https://en.wikipedia.org/wiki/Code_injection#Shell_injection
246246
//!
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+
//!
247250
//! # Implementation Notes
248251
//!
249252
//! The design is heavily inspired by the Julia language:

0 commit comments

Comments
 (0)