helics 0.1.0

helics.rs: Safe rust bindings to HELICS cosimulation library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.helics-sys]
version = "0.1.0"

[dependencies.libc]
version = "0.2"

[package]
authors = ["Dheepak Krishnamurthy <me@kdheepak.com>"]
description = "helics.rs: Safe rust bindings to HELICS cosimulation library"
documentation = "https://docs.helics.org"
edition = "2018"
homepage = "https://helics.org"
keywords = ["cosimulation"]
license-file = "LICENSE"
name = "helics"
readme = "README.md"
repository = "https://github.com/GMLC-TDC/HELICS"
version = "0.1.0"