Skip to content

jack-bliss/malgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargo Template

  • Template cargo project
  • Pre-installed:
    • tokio_test for testing async code
    • cargo_make for running scripts (defined in Makefile.toml)

Publishing releases to crates

  1. Update version number in Cargo.toml
  2. Commit changes and update main
  3. Create a new tag with the version: git tag -a x.y.z -m "Note for this version"
  4. Push the tag git push origin tag x.y.z

This will run a workflow defined in .github/workflows/publish.yml that will publish the package.

The tagged version must match the version in Cargo.toml or the worfklow will abort.

Docs

cargo make docs

Tests

cargo make tests

About

Math algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages