Skip to content

Commit

Permalink
Plug dax
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Sep 6, 2023
1 parent cdd48d0 commit ebe98b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ fn main() -> anyhow::Result<()> {
```

See [the docs](https://docs.rs/xshell) for more.

If you like the ideas behind xshell, you will enjoy [dax](https://github.com/dsherret/dax).
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
//! [shell injection]:
//! https://en.wikipedia.org/wiki/Code_injection#Shell_injection
//!
//! The [`dax`](https://github.com/dsherret/dax) library for Deno shares the overall philosophy with
//! `xshell`, but is much more thorough and complete. If you don't need Rust, use `dax`.
//!
//! # Implementation Notes
//!
//! The design is heavily inspired by the Julia language:
Expand Down

0 comments on commit ebe98b4

Please sign in to comment.