-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
32 lines (32 loc) · 950 Bytes
/
CITATION.cff
File metadata and controls
32 lines (32 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
cff-version: 1.2.0
message: "If you use rvt-rs in academic or archival work, please cite it using this metadata."
title: "rvt-rs: Clean-room Rust reader for Autodesk Revit files"
type: software
version: 0.1.2
date-released: "2026-04-20"
license: Apache-2.0
repository-code: "https://github.com/DrunkOnJava/rvt-rs"
url: "https://github.com/DrunkOnJava/rvt-rs"
abstract: >-
rvt-rs is an Apache-2-licensed Rust library and CLI for reading
Autodesk Revit files (.rvt, .rfa, .rte, .rft) without any dependency
on Autodesk's SDK or a Revit installation. It is the first
open-source tool to enumerate the Formats/Latest class schema
inventory and has been verified against 11 Revit releases spanning
2016 through 2026.
keywords:
- revit
- rvt
- rfa
- bim
- autodesk
- ifc
- file-format
- parser
- rust
- interoperability
- reverse-engineering
authors:
- family-names: Long
given-names: Griffin
alias: DrunkOnJava