Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ before, lockjaw should feel familiar.
→ [`#[binds_option_of]`](https://docs.rs/lockjaw/latest/lockjaw/module_attributes/attr.binds_option_of.html)
Allow some bindings to be missing
* [Factories](https://github.com/google/auto/tree/master/factory)
→ [`#[facotry]`](https://docs.rs/lockjaw/latest/lockjaw/injectable_attributes/attr.factory.html)
→ [`#[factory]`](https://docs.rs/lockjaw/latest/lockjaw/injectable_attributes/attr.factory.html)
create objects with both injected fields and runtime fields.
* [Hilt](https://dagger.dev/hilt/)
→ [`#[define_component]`](https://docs.rs/lockjaw/latest/lockjaw/attr.define_component.html) / [
Expand All @@ -183,4 +183,4 @@ This is not an officially supported Google product.

Lockjaw is currently in early development and all APIs are subjected to changes. Some feature are
also implemented in a [hacky way](https://azureblaze.github.io/lockjaw/caveats.html). Use at your
own risk.
own risk.