Skip to content

WGL-2024/WGL_repo_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wg_repo_2024

Contributing

Please read CONTRIBUTE.md

Usage

Cargo.toml

[dependencies]
wg_2024 = { git = "https://github.com/WGL-2024/WGL_repo_2024.git", features = ["serialize"] }

if you don't want serde remove the features attribute

Note that this repo is unstable and due to the volume of PR there will be a lot of breaking changes. Thus it's important to update this dependency frequently. Cargo does not auto-update the dependencies

Once a git dependency has been added, Cargo will lock that dependency to the latest commit at the time. New commits will not be pulled down automatically once the lock is in place. However, they can be pulled down manually with cargo update.

To get the latest commit in your projects make sure you run cargo update

If you want to use the test module add debug to features like this Cargo.toml

[dependencies]
wg_2024 = { git = "https://github.com/WGL-2024/WGL_repo_2024.git", features = ["debug"] }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages