index
:
syrette
master
without-linkme
The convenient dependency injection framework for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2022-09-17
refactor!: make async DI container be used inside of a Arc
HampusM
2022-08-29
feat: implement async functionality
HampusM
2022-08-27
feat: implement named bindings
HampusM
2022-08-27
refactor!: make DI container have single get function
HampusM
2022-08-21
build: bump versions to 0.3.0
v0.3.0
HampusM
2022-08-21
docs: change project descriptions to describe it as a framework
HampusM
2022-08-21
refactor!: change errors to be more sane
HampusM
2022-08-21
docs: add a example that uses a 3rd party library
HampusM
2022-08-03
refactor: add Cargo feature for preventing circular dependencies
HampusM
2022-08-02
chore: change license to MIT or Apache-2.0
HampusM
2022-08-02
build: change license in manifests to LGPL-2.1-only
HampusM
2022-08-01
refactor: limit the factory macro to the factory feature
HampusM
2022-08-01
build: bump versions to 0.2.1
v0.2.1
HampusM
2022-07-31
build: bump versions to 0.2.0
v0.2.0
HampusM
2022-07-24
build: add docs.rs all-features flag
HampusM
2022-07-24
refactor: clean up intertrait lib
HampusM
2022-07-22
build: bump versions to 0.1.1
v0.1.1
HampusM
2022-07-22
refactor: make factories an optional feature
HampusM
2022-07-21
build: add local path to macros dependency
HampusM
2022-07-21
docs: rename example folder to examples
HampusM
2022-07-20
refactor: reorganize folder hierarchy
HampusM
2022-07-09
feat: add DI container
HampusM
2022-07-02
add packages and gitignore
HampusM