Skip to content

Commit e0e3406

Browse files
authored
Update README.md
1 parent 5329143 commit e0e3406

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,6 @@ Rust crates that antiox doesn't cover, and what to use instead in TypeScript:
509509
| `Result` / `Option` | [better-result](https://github.com/dmmulroy/better-result) | Typed Result/Option without wrapper overhead |
510510
| `tracing` | [pino](https://github.com/pinojs/pino) | Structured logging, zero-overhead when disabled |
511511
| `serde` | [zod](https://github.com/colinhacks/zod) | Schema validation and parsing |
512-
| `reqwest` | Native `fetch` | Built into the runtime |
513-
| `anyhow` / `thiserror` | Native `Error` + `cause` | TS union types + `instanceof` |
514512

515513
## Who's using this?
516514

0 commit comments

Comments
 (0)