<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rust | The Synthetic Biology Open Language</title><link>/tag/rust/</link><atom:link href="/tag/rust/index.xml" rel="self" type="application/rss+xml"/><description>Rust</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Wed, 29 Jul 2026 00:00:00 +0000</lastBuildDate><image><url>/images/logo.svg</url><title>Rust</title><link>/tag/rust/</link></image><item><title>Rust</title><link>/libraries/sbol-rs/</link><pubDate>Wed, 29 Jul 2026 00:00:00 +0000</pubDate><guid>/libraries/sbol-rs/</guid><description>&lt;p>&lt;a href="https://github.com/SynBioDex/sbol-rs" target="_blank" rel="noopener">sbol-rs&lt;/a> is a Rust implementation of the Synthetic Biology Open Language covering both SBOL 2.3.0 and SBOL 3.1.0. It provides typed data models, RDF I/O, validation, and conversion between SBOL 2 and SBOL 3. The project supports RDF/XML, Turtle, JSON-LD, and N-Triples, and includes GenBank and FASTA import into SBOL 3.&lt;/p>
&lt;p>Most Rust applications can use the umbrella &lt;code>sbol&lt;/code> crate for both SBOL versions:&lt;/p>
&lt;pre>&lt;code class="language-sh">cargo add sbol
&lt;/code>&lt;/pre>
&lt;p>The separate &lt;code>sbol-cli&lt;/code> crate installs an &lt;code>sbol&lt;/code> command for validating, comparing, converting, upgrading, downgrading, and importing documents:&lt;/p>
&lt;pre>&lt;code class="language-sh">cargo install sbol-cli
sbol validate design.ttl
&lt;/code>&lt;/pre>
&lt;p>Start with the &lt;a href="https://github.com/SynBioDex/sbol-rs/blob/master/docs/crate-guide.md" target="_blank" rel="noopener">crate guide&lt;/a> for the SDK architecture and document lifecycle. The repository also provides detailed guides to &lt;a href="https://github.com/SynBioDex/sbol-rs/blob/master/docs/validation.md" target="_blank" rel="noopener">validation&lt;/a>, &lt;a href="https://github.com/SynBioDex/sbol-rs/blob/master/docs/rdf-io.md" target="_blank" rel="noopener">RDF I/O&lt;/a>, and &lt;a href="https://github.com/SynBioDex/sbol-rs/blob/master/docs/conversion.md" target="_blank" rel="noopener">SBOL 2–3 conversion&lt;/a>.&lt;/p>
&lt;p>sbol-rs is freely available under the MIT or Apache 2.0 license.&lt;/p></description></item></channel></rss>