Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Ruffle
Adobe Flash Player emulator written in the Rust programming language.
Collective -
Host: opensource -
https://opencollective.com/ruffle
- Website: https://ruffle.rs
- Code: https://github.com/ruffle-rs
Merge pull request #5 from matt2xu/element_api
improve Element API with new, push_attribute, extend_from_attributes
github.com/ruffle-rs/quick-xml - ba61ba030bafcf2fd2cb6766533559b7c1b8472a authored almost 9 years ago by Johann Tuffe <[email protected]>
improve Element API with new, with_attributes, push_attribute
github.com/ruffle-rs/quick-xml - 7db4829421094162670823a38aab6114ed3ab59a authored almost 9 years ago by Matthieu Wipliez <[email protected]>
github.com/ruffle-rs/quick-xml - 7db4829421094162670823a38aab6114ed3ab59a authored almost 9 years ago by Matthieu Wipliez <[email protected]>
bump version
github.com/ruffle-rs/quick-xml - d7adf4423d6b0f18c871b50564613eee807f73a2 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - d7adf4423d6b0f18c871b50564613eee807f73a2 authored almost 9 years ago by Johann Tuffe <[email protected]>
add helper fns
github.com/ruffle-rs/quick-xml - 12c49d9dc1ce84afa6ec8977ee68d4e319992356 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 12c49d9dc1ce84afa6ec8977ee68d4e319992356 authored almost 9 years ago by Johann Tuffe <[email protected]>
more docs
github.com/ruffle-rs/quick-xml - ce2c154ad1b2afd660718c40c9fd0c26519a9981 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - ce2c154ad1b2afd660718c40c9fd0c26519a9981 authored almost 9 years ago by Johann Tuffe <[email protected]>
add documentation links
github.com/ruffle-rs/quick-xml - 43a50b26baba588b022b9d7db2bc03c2ad53882a authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 43a50b26baba588b022b9d7db2bc03c2ad53882a authored almost 9 years ago by Johann Tuffe <[email protected]>
update README and bump version
github.com/ruffle-rs/quick-xml - 17bd41d166929a7451709aa2679490c9ac19c9f8 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 17bd41d166929a7451709aa2679490c9ac19c9f8 authored almost 9 years ago by Johann Tuffe <[email protected]>
Merge pull request #2 from matt2xu/writer
Added XmlWriter and Element::create API
github.com/ruffle-rs/quick-xml - 1be42c8060cabaac43eb7127aa71b70304094c52 authored almost 9 years ago by Johann Tuffe <[email protected]>
allow key and value to be either a string or a byte string literal
This uses AsRef<[u8]> which is implemented for [u8], str, and String
github.com/ruffle-rs/quick-xml - a1d0d2040ef0c7422f0c481c43000048d5477f5d authored almost 9 years ago by Matthieu Wipliez <[email protected]>
Modified API (new => from_buffer, create => new), improve docs.
Renamed Element::new to Element::from_buffer, and Element::create to
Element::new. Reordered the...
added Element::create API
github.com/ruffle-rs/quick-xml - 1344525ce53b49f5f592be2d9fcc60263a0da682 authored almost 9 years ago by Matthieu Wipliez <[email protected]>
github.com/ruffle-rs/quick-xml - 1344525ce53b49f5f592be2d9fcc60263a0da682 authored almost 9 years ago by Matthieu Wipliez <[email protected]>
added XmlWriter and one test
github.com/ruffle-rs/quick-xml - 81d194af85a584b981dbcad1bf53c7f9158fb2d4 authored almost 9 years ago by Matthieu Wipliez <[email protected]>
github.com/ruffle-rs/quick-xml - 81d194af85a584b981dbcad1bf53c7f9158fb2d4 authored almost 9 years ago by Matthieu Wipliez <[email protected]>
bump to v0.1.1
github.com/ruffle-rs/quick-xml - 2705fa6076684ce1c64799fa0e2b4fdcbfaf2338 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 2705fa6076684ce1c64799fa0e2b4fdcbfaf2338 authored almost 9 years ago by Johann Tuffe <[email protected]>
fix infinite loop iter attributes
github.com/ruffle-rs/quick-xml - f2c9419ec73aabaa34db4f0697b344a81bc70770 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - f2c9419ec73aabaa34db4f0697b344a81bc70770 authored almost 9 years ago by Johann Tuffe <[email protected]>
appease clippy
github.com/ruffle-rs/quick-xml - b55c7a8a98ff1e158b02bc75e73d9e98da4f441c authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - b55c7a8a98ff1e158b02bc75e73d9e98da4f441c authored almost 9 years ago by Johann Tuffe <[email protected]>
add MIT license
github.com/ruffle-rs/quick-xml - b373cbbce40c9146e1e16662b5348fed46bc4ce3 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - b373cbbce40c9146e1e16662b5348fed46bc4ce3 authored almost 9 years ago by Johann Tuffe <[email protected]>
update readme
github.com/ruffle-rs/quick-xml - e1b359b565f24b20c59bd35fed9bf3a1b9b774a9 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - e1b359b565f24b20c59bd35fed9bf3a1b9b774a9 authored almost 9 years ago by Johann Tuffe <[email protected]>
more tests
github.com/ruffle-rs/quick-xml - f56b863bb2666660f8bf4c30a6e988a6d1289bd2 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - f56b863bb2666660f8bf4c30a6e988a6d1289bd2 authored almost 9 years ago by Johann Tuffe <[email protected]>
update doc
github.com/ruffle-rs/quick-xml - 2c18f644ea929e53c69fee7f12a82d3c71e85f9c authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 2c18f644ea929e53c69fee7f12a82d3c71e85f9c authored almost 9 years ago by Johann Tuffe <[email protected]>
add with_check
github.com/ruffle-rs/quick-xml - 7a4ed634549540446a6642b8a8803471b9a3160c authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 7a4ed634549540446a6642b8a8803471b9a3160c authored almost 9 years ago by Johann Tuffe <[email protected]>
add test and fix comment/cdata
github.com/ruffle-rs/quick-xml - 15e44cca7eb09036f8edfc501f3bfbdfd1927568 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 15e44cca7eb09036f8edfc501f3bfbdfd1927568 authored almost 9 years ago by Johann Tuffe <[email protected]>
first commit
github.com/ruffle-rs/quick-xml - 3c9acc5c2cfcb3086565d264310ee3f21fdbcada authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 3c9acc5c2cfcb3086565d264310ee3f21fdbcada authored almost 9 years ago by Johann Tuffe <[email protected]>
Initial commit
github.com/ruffle-rs/quick-xml - 8f7662cf2ab3440e6683469e7b28b903ec76bfc8 authored almost 9 years ago by Johann Tuffe <[email protected]>
github.com/ruffle-rs/quick-xml - 8f7662cf2ab3440e6683469e7b28b903ec76bfc8 authored almost 9 years ago by Johann Tuffe <[email protected]>