dstv 0.1.0

DSTV is a Rust library for parsing DSTV files and visualizing the parsed data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[package]
authors = ["Thomas Luijken <rust@luijkamp.nl>"]
autobenches = true
categories = ["parsing", "visualization", "geometry", "2d"]
description = "DSTV is a Rust library for parsing DSTV files and visualizing the parsed data.\n"
documentation = "https://docs.rs/dstv"
edition = "2021"
homepage = "https://github.com/tluijken/dstv"
include = ["src/", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["dstv", "tekla", "steel", "visualization", "parser"]
license = "MIT"
name = "dstv"
readme = "README.md"
repository = "https://github.com/tluijken/dstv"
rust-version = "1.56"
version = "0.1.0"