Skip to content

itpkg/aries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aries

A web framework for rust language.

Devel

Rust

pacman -S rust cargo
git clone https://github.com/itpkg/aries.git
cd aries
cargo test -- --nocapture

Plugins(for atom)

cargo install rustfmt
cargo install racer
echo "export PATH=\$HOME/.cargo/bin:\$PATH" >> ~/.zshrc

remember to enable autosave

  • atom-beautify(beautify on save)
  • git-plus
  • language-rust
  • racer
  • autosave(enable)
  • language-mustache
  • language-gitignore

Build

cargo build --release
strip target/release/aries
RUST_LOG=info ./target/release/aries

Notes

  • Format rust code file
cargo fmt -- --write-mode=replace

OR

find . -type f -name "*.rs" -exec rustfmt --write-mode replace {} \;

Thinks

About

A web framework for rust language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages