32 releases

Uses new Rust 2024

0.4.3 Mar 31, 2026
0.3.13 Feb 17, 2026
0.3.9 Dec 15, 2025
0.3.6 Nov 10, 2025
0.2.4 Jul 30, 2025

#1663 in Network programming

Download history 167/week @ 2025-12-17 30/week @ 2025-12-24 95/week @ 2025-12-31 235/week @ 2026-01-07 393/week @ 2026-01-14 219/week @ 2026-01-21 181/week @ 2026-01-28 200/week @ 2026-02-04 197/week @ 2026-02-11 545/week @ 2026-02-18 332/week @ 2026-02-25 302/week @ 2026-03-04 515/week @ 2026-03-11 535/week @ 2026-03-18 377/week @ 2026-03-25 335/week @ 2026-04-01

1,828 downloads per month
Used in seval

MIT license

275KB
6K SLoC

Rig-Bedrock

This companion crate integrates AWS Bedrock as model provider with Rig.

Usage

Add the companion crate to your Cargo.toml, along with the rig-core crate:

[dependencies]
rig-bedrock = "0.1.0"
rig-core = "0.9.1"

You can also run cargo add rig-bedrock rig-core to add the most recent versions of the dependencies to your project.

See the /examples folder for usage examples.

Make sure to have AWS credentials env vars loaded before starting client such as:

export AWS_DEFAULT_REGION=us-east-1
export AWS_SECRET_ACCESS_KEY=.......
export AWS_ACCESS_KEY_ID=......

Dependencies

~113MB
~2.5M SLoC