https://github.com/samuelmarks/actix-diesel-auth-scaffold
Simple baseline scaffold to get you started using actix with diesel.
https://github.com/samuelmarks/actix-diesel-auth-scaffold
Last synced: 9 months ago
JSON representation
Simple baseline scaffold to get you started using actix with diesel.
- Host: GitHub
- URL: https://github.com/samuelmarks/actix-diesel-auth-scaffold
- Owner: SamuelMarks
- License: apache-2.0
- Created: 2019-01-11T03:00:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T04:19:26.000Z (over 1 year ago)
- Last Synced: 2024-10-17T16:42:00.434Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
actix-diesel-auth-scaffold
==========================
[](http://unmaintained.tech)
[](https://opensource.org/licenses/Apache-2.0)
Simple baseline scaffold to get you started using actix with diesel.
## Contribution guide
Ensure all tests are passing [`cargo test`](https://doc.rust-lang.org/cargo/commands/cargo-test.html) and [`rustfmt`](https://github.com/rust-lang/rustfmt) has been run. This can be with [`cargo make`](https://github.com/sagiegurari/cargo-make); installable with:
```sh
$ cargo install --force cargo-make
```
Then run:
```sh
$ cargo make
```
Finally, we recommend [feature-branches](https://martinfowler.com/bliki/FeatureBranch.html) with an accompanying [pull-request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).
## License
Licensed under any of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
- CC0 license ([LICENSE-CC0](LICENSE-CC0) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as above, without any additional terms or conditions.