Skip to content

Commit

Permalink
adding Examples to the ./src/lib.rs that points to the ./examples/ser…
Browse files Browse the repository at this point in the history
…ver.rs for rust doc users
  • Loading branch information
jay-johnson committed Mar 2, 2022
1 parent 44681cb commit c0d153b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target
./docker/db/data-pgadmin
./docker/db/data-postgres
*.swo
*.swp
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
//!
//! A secure-by-default rest api stack implemented with hyper, tokio, bb8 and postgres. This project is focused on providing end-to-end encryption by default for 12-factor applications looking to customize functionality using environment variables as needed. Includes a working user management and authentication backend written in postgresql with async S3 uploading for POST-ed data files.
//!
//! # Examples
//!
//! Please see the [restapi/examples/server.rs](https://github.com/jay-johnson/restapi/blob/main/examples/server.rs) for developing your own rest api.
//!
//! ### Overview
//!
//! - User authentication enabled by default and implemented with custom tls assets to encrypt all JWT tokens with storage in postgres.
Expand Down

0 comments on commit c0d153b

Please sign in to comment.