<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Cargo.toml</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>861776b7df5315b0ab775626e7d626339efe2a37 - Merge pull request #1124 from CEED/jed/release-0.11</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#861776b7df5315b0ab775626e7d626339efe2a37</link>
        <description>Merge pull request #1124 from CEED/jed/release-0.11Release 0.11

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Sat, 24 Dec 2022 18:53:23 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>8ec64e9ae9d5df169dba8c8ee61d8ec8907b8f80 - libCEED 0.11.0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#8ec64e9ae9d5df169dba8c8ee61d8ec8907b8f80</link>
        <description>libCEED 0.11.0

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Sat, 24 Dec 2022 05:38:44 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>13f28a1f297c33230ed3196f9946aaac3811bd77 - rust: disable release for internal crates</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#13f28a1f297c33230ed3196f9946aaac3811bd77</link>
        <description>rust: disable release for internal crates

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Sat, 24 Dec 2022 18:19:34 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>c4016ce5e01824a90bfdd2159ea8004eb7b29eef - Merge pull request #766 from CEED/jed/rust-crates</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#c4016ce5e01824a90bfdd2159ea8004eb7b29eef</link>
        <description>Merge pull request #766 from CEED/jed/rust-cratesrust: split crates into libceed-sys and libceed

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Fri, 28 May 2021 17:18:33 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>463f56b77330bf7c9fe8b322e88309246ef209d3 - rust - clean up workspace split</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#463f56b77330bf7c9fe8b322e88309246ef209d3</link>
        <description>rust - clean up workspace split

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Thu, 20 May 2021 22:00:15 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>954a603368e46bb36631709b22e7d1287756ce4e - Actions - Rust workspace moved target dir for Rust docs (#694)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#954a603368e46bb36631709b22e7d1287756ce4e</link>
        <description>Actions - Rust workspace moved target dir for Rust docs (#694)* Actions - Rust workspace moved target dir for Rust docs* Examples - drop unused dep in common Rust example code crate* Examples - restore accidentally missed lines* Examples - ignore structopt testing in Rust examples* Examples - also exclude main driver from tests in Rust ex

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Tue, 12 Jan 2021 18:15:48 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ded9b81dfe1c5b0a720aeaeab78a4be02eef9bb5 - Rust - add examples (#683)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/rust/mesh/Cargo.toml#ded9b81dfe1c5b0a720aeaeab78a4be02eef9bb5</link>
        <description>Rust - add examples (#683)* Rust - initial version of ex1Example - move closureCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;typo fixCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;minor tidyingorder -&gt; degreedrop operator applicaiton messages* rust: make top-level workspace and use libceed from pathThis allows a single &quot;cargo test&quot; from the top level.* rust: add version-sync (to help us remember when we publish a crate)* examples - consistency update* Rust - add Cargo.lock to top level gitignore* rust - refactor example to add tests* Rust - test and style from workspace* Rust - update year in header* Rust - add error values to Error, switch to String* Rust - add input validation in check* Rust - format volume output in example* Rust - update example help output* Rust - example tests rename to simplify* Rust - split example 1 into 3 parts* rust: std::sync::Once for CeedRegisterAll()* Promote CeedRegisterAll() and CeedQFunctionRegisterAll() to User* Guard calls to CeedInit() to avoid races in parallel testing* Examples - update rust example to new builder syntax* Examples - add rust ex2* Rust - add CEED_STRIDES_BACKEND* Examples - drop unused restriction in ceed ex2* Rust - minor documentation update* Rust - adopt convention of &apos;dimension-like&apos; values all using usize; reduces casting* Actions - add Rust code coverage* Rust - fix usize conversion* Rust - update casting between i32(C interface)  and usize(Rust interface)* Actions - include Rust doctests* Actions - Rust doctest coverange only avaliable in nightly* Rust - drop explict typing of values passed to C get* functions* Rust - modify version numbers tests, cargo-tarpaulin and cargo have different calling paths in tests* cargo fmt* Examples - add separate Rust example quiet mode* Actions - rustfmt not always avaliable on nightly* Rust - simplify version tests* Actions - add a few notes* CodeCov - try adding gallery to &apos;fixes&apos;* CodeCov - drop some codecov noise in examples* Examples - test all combinations in ex1/ex2* Rust - test 3d examples without quiet flag* Actions - use gcc-10 for compatibility in gcov reports* Examples - test gallery in 1/2/3d in Rust ex* Gitlab - also report gcov version* JUnit - adjust indentation* Gitlab - make it easier to find complier info in logs* Tests - fix minor styling strangeness in t002* Actions - only upload rust coverage* Actions - exclude non-rust files from rust coverage* Cov - exclude weak symbols code, not useful cov info* Examples - clean up options creation for tests in Rust examples* Examples - simplify tolerance for testing Rust examples* cargo fmt* Examples - another match* Examples - common Rust example code in shared local crateCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/examples/rust/mesh/Cargo.toml</description>
        <pubDate>Tue, 12 Jan 2021 17:05:36 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
