Skip to content

jsalis/mail-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mail-server

Installation

Development

Install crate with cargo install cargo-watch.

Run cargo watch -x check to watch for file changes. This will run cargo check after every code change.

Alternatively, run cargo watch -x check -x test -x run for a full development loop.

Testing

Run cargo test to run the tests.

Formatting

Run cargo fmt to run the formatter.

Documentation

Run cargo doc --open to auto-generate docs.

Security Audit

Install crate with cargo install cargo-audit.

Run cargo audit to run an audit.

Expand Macros

Install the nightly compiler with rustup toolchain install nightly --allow-downgrade.

Install crate with cargo install cargo-expand.

Run cargo +nightly expand to expand macros.

About

🦉 Mail server in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published