File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ docs (stable)] ( https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/julia-docs-stable.svg )] ( https://sandialabs.github.io/Polymers/julia/docs/stable )
4
4
[ ![ docs (latest)] ( https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/julia-docs-latest.svg )] ( https://sandialabs.github.io/Polymers/julia/docs/latest )
5
- [ ![ Pkg] ( https://img.shields.io/github/v/release/sandialabs/Polymers?color=cb3c33&label=Pkg&logo=Julia&logoColor=cb3c33 )] ( # )
6
5
7
6
This is the documentation for Julia API, which calls the Rust library.
8
7
9
8
## Installation
10
9
11
- The latest edition of the library can be installed as a Julia package:
10
+ [ ![ Pkg] ( https://img.shields.io/github/v/release/sandialabs/Polymers?color=cb3c33&label=Pkg&logo=Julia&logoColor=cb3c33 )] ( # )
11
+
12
+ The library can be installed as a Julia package:
13
+
14
+ ``` julia
15
+ using Pkg
16
+ Pkg. add (" Polymers" )
17
+ ```
18
+
19
+ If Rust is installed, the latest edition of the library can be installed from the GitHub repository:
12
20
13
21
``` julia
14
22
using Pkg
15
23
Pkg. add (url= " https://github.com/sandialabs/Polymers" )
16
- Pkg. build (" Polymers" )
17
24
```
18
25
19
26
## Citation
You can’t perform that action at this time.
0 commit comments