Installation¶
To use usls in your project, add it to your Cargo.toml.
[dependencies]
usls = { git = "https://github.com/jamjamjon/usls", branch = "main" }
[dependencies]
usls = { version = "latest-version", features = [ "cuda" ] }
Available Cargo Features Selection
usls provides multiple Cargo features for different execution providers and capabilities.
Select the features that match your hardware and use case.
Next Steps¶
-
Integration
Learn how to use usls in your code