validation
This commit is contained in:
138
document.bib
138
document.bib
@ -60,3 +60,141 @@
|
||||
month = 12,
|
||||
pages = {973–989}
|
||||
}
|
||||
|
||||
@Online{rust_2025,
|
||||
accessed = {2025-09-14},
|
||||
author = {The Rust teams},
|
||||
title = {Rust Programming Language},
|
||||
url = {https://rust-lang.org/}
|
||||
}
|
||||
|
||||
@report{WebAssemblyCoreSpecification2,
|
||||
title = {{WebAssembly Core Specification}},
|
||||
version = {2.0},
|
||||
editor = {Rossberg, Andreas},
|
||||
date = {2025-09-14},
|
||||
institution = {{W3C}},
|
||||
url = {https://www.w3.org/TR/wasm-core-2/},
|
||||
langid = {english},
|
||||
}
|
||||
|
||||
@software {Burgener2025,
|
||||
author = {Daniel Burgener},
|
||||
title = {{lalrpop}: convenient LR(1) parser generator},
|
||||
url = {https://github.com/lalrpop/lalrpop},
|
||||
date = {2025-05-22},
|
||||
version = {0.22.2},
|
||||
license = {Apache-2.0 OR MIT},
|
||||
}
|
||||
|
||||
@software {Borgna2025,
|
||||
author = {Agustín Borgna},
|
||||
title = {{petgraph}: Graph data structure library. Provides
|
||||
graph types and graph algorithms.},
|
||||
url = {https://github.com/petgraph/petgraph},
|
||||
date = {2025-09-30},
|
||||
version = {0.8.3},
|
||||
license = {MIT OR Apache-2.0},
|
||||
}
|
||||
|
||||
@Online{graphviz_2025,
|
||||
accessed = {2025-09-14},
|
||||
title = {Graphviz is open source graph visualization
|
||||
software.},
|
||||
author = {Ellson, John},
|
||||
url = {https://graphviz.org/doc/info/lang.html},
|
||||
}
|
||||
|
||||
@Online{graphml_2025,
|
||||
accessed = {2025-09-14},
|
||||
title = {GraphML is a comprehensive and easy-to-use file
|
||||
format for graphs.},
|
||||
author = {The GraphML Team},
|
||||
url = {http://graphml.graphdrawing.org/},
|
||||
}
|
||||
|
||||
@software {egui_node_graph22024,
|
||||
author = {trevyn},
|
||||
title = {{egui\_node\_graph2}: A helper library to create
|
||||
interactive node graphs using egui},
|
||||
url = {https://github.com/trevyn/egui_node_graph2},
|
||||
date = {2024-11-03},
|
||||
version = {0.7.0},
|
||||
license = {MIT},
|
||||
}
|
||||
|
||||
@software {Ernerfeldt2025,
|
||||
author = {Emil Ernerfeldt},
|
||||
title = {{egui}: An easy-to-use immediate mode GUI that runs
|
||||
on both web and native},
|
||||
url = {https://github.com/emilk/egui},
|
||||
date = {2025-11-13},
|
||||
version = {0.33.2},
|
||||
license = {MIT OR Apache-2.0},
|
||||
}
|
||||
|
||||
@Online{btree_2025,
|
||||
accessed = {2025-09-14},
|
||||
title = {An ordered set based on a B-Tree.},
|
||||
author = {The Rust teams},
|
||||
url = {https://doc.rust-lang.org/std/collections/struct.BTreeSet.html},
|
||||
}
|
||||
|
||||
@Online{arc_2025,
|
||||
accessed = {2025-09-14},
|
||||
title = {A thread-safe reference-counting pointer. ‘Arc’
|
||||
stands for ‘Atomically Reference Counted’.},
|
||||
author = {The Rust teams},
|
||||
url = {https://doc.rust-lang.org/std/sync/struct.Arc.html},
|
||||
}
|
||||
|
||||
@software {Rotem2025,
|
||||
author = {Nadav Rotem},
|
||||
title = {{layout-rs}: A graph visualization program},
|
||||
url = {https://github.com/nadavrot/layout},
|
||||
date = {2025-04-24},
|
||||
version = {0.1.3},
|
||||
license = {MIT},
|
||||
}
|
||||
|
||||
@software {Stampfl2025,
|
||||
author = {Laurenz Stampfl},
|
||||
title = {{resvg}: An SVG rendering library.},
|
||||
url = {https://github.com/linebender/resvg},
|
||||
date = {2025-04-17},
|
||||
version = {0.45.1},
|
||||
license = {Apache-2.0 OR MIT},
|
||||
}
|
||||
|
||||
@software {wasm-bindgen2025,
|
||||
author = {daxpedda},
|
||||
title = {{wasm-bindgen}: Easy support for interacting between
|
||||
JS and Rust.},
|
||||
url = {https://github.com/wasm-bindgen/wasm-bindgen},
|
||||
date = {2025-10-27},
|
||||
version = {0.2.105},
|
||||
license = {MIT OR Apache-2.0},
|
||||
}
|
||||
|
||||
@Software{binaryen_2025,
|
||||
title = {{binaryen}: a compiler and toolchain infrastructure
|
||||
library for WebAssembly, written in C++.},
|
||||
date = {2025-10-27},
|
||||
url = {https://github.com/WebAssembly/binaryen},
|
||||
}
|
||||
|
||||
@Manual{manualperf_2025,
|
||||
title = {perf(1) — Linux manual page},
|
||||
edition = {6.17-2},
|
||||
month = 11,
|
||||
year = 2025,
|
||||
}
|
||||
|
||||
@software {Ochtman2025,
|
||||
author = {Dirkjan Ochtman},
|
||||
title = {{flamegraph}: A simple cargo subcommand for generating flamegraphs, using inferno under the hood},
|
||||
url = {https://github.com/flamegraph-rs/flamegraph},
|
||||
date = {2025-11-07},
|
||||
version = {0.6.10},
|
||||
license = {MIT OR Apache-2.0},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user