Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Salvo
Making write code easiler
Collective -
Host: opensource -
https://opencollective.com/salvo
- Code: https://github.com/salvo-rs
Add more helper functions
github.com/salvo-rs/salvo - ea0d10a1a5bdb6567ed0c775f0d65ceb44870d48 authored over 2 years ago
github.com/salvo-rs/salvo - ea0d10a1a5bdb6567ed0c775f0d65ceb44870d48 authored over 2 years ago
Update cookie_store.rs
github.com/salvo-rs/salvo - cffe22f9361bb41ef408c583e9d8995180e0b0fc authored over 2 years ago
github.com/salvo-rs/salvo - cffe22f9361bb41ef408c583e9d8995180e0b0fc authored over 2 years ago
Add chacha20poly1305
github.com/salvo-rs/salvo - 8fa56468b2e31140feaaceec803d9388a737f1ab authored over 2 years ago
github.com/salvo-rs/salvo - 8fa56468b2e31140feaaceec803d9388a737f1ab authored over 2 years ago
Add aes_gcm
github.com/salvo-rs/salvo - f2784f1fc695dc6acc1ea54c7048a0eeeca97bf5 authored over 2 years ago
github.com/salvo-rs/salvo - f2784f1fc695dc6acc1ea54c7048a0eeeca97bf5 authored over 2 years ago
Update lib.rs
github.com/salvo-rs/salvo - dc40e387e30a235611cf5d321aac4da4e7ca2c4c authored over 2 years ago
github.com/salvo-rs/salvo - dc40e387e30a235611cf5d321aac4da4e7ca2c4c authored over 2 years ago
update csrf
github.com/salvo-rs/salvo - 417ae9e85269d9415d826ddb63f7ecf9474b77f1 authored over 2 years ago
github.com/salvo-rs/salvo - 417ae9e85269d9415d826ddb63f7ecf9474b77f1 authored over 2 years ago
Use time crate
github.com/salvo-rs/salvo - 137259ef9a15759aab8f0515ab45a1ce35b5f6bb authored over 2 years ago
github.com/salvo-rs/salvo - 137259ef9a15759aab8f0515ab45a1ce35b5f6bb authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - ead562724a76537574f25527e1849a644b73903d authored over 2 years ago
github.com/salvo-rs/salvo - ead562724a76537574f25527e1849a644b73903d authored over 2 years ago
Unit test for csrf
github.com/salvo-rs/salvo - 163bcc45fcab324e37275fc658eca5868d1c06c7 authored over 2 years ago
github.com/salvo-rs/salvo - 163bcc45fcab324e37275fc658eca5868d1c06c7 authored over 2 years ago
Csrf and examples
github.com/salvo-rs/salvo - dd25dda91c0d88697705d316a53a0625cb99cd68 authored over 2 years ago
github.com/salvo-rs/salvo - dd25dda91c0d88697705d316a53a0625cb99cd68 authored over 2 years ago
Update lib.rs
github.com/salvo-rs/salvo - 913941cf886df9db85ad535ea945ebb4b52ef17d authored over 2 years ago
github.com/salvo-rs/salvo - 913941cf886df9db85ad535ea945ebb4b52ef17d authored over 2 years ago
Flash update
github.com/salvo-rs/salvo - 7b7843fa5df7170b121aad082d8b5580e5733b8e authored over 2 years ago
github.com/salvo-rs/salvo - 7b7843fa5df7170b121aad082d8b5580e5733b8e authored over 2 years ago
Rename Err to Error
github.com/salvo-rs/salvo - 82c62e5294a4bc913590b10454da574e8a8e676f authored over 2 years ago
github.com/salvo-rs/salvo - 82c62e5294a4bc913590b10454da574e8a8e676f authored over 2 years ago
jwt_auth update
github.com/salvo-rs/salvo - d32e64675a788d7cce8e9c8fa1c7d03962d08cb0 authored over 2 years ago
github.com/salvo-rs/salvo - d32e64675a788d7cce8e9c8fa1c7d03962d08cb0 authored over 2 years ago
Update main.rs
github.com/salvo-rs/salvo - e616b0912f63a53370f044d2ca552654bb36832d authored over 2 years ago
github.com/salvo-rs/salvo - e616b0912f63a53370f044d2ca552654bb36832d authored over 2 years ago
Merge pull request #4 from goldeagle/main
Update handler.md
github.com/salvo-rs/website - dc823ace8643e7530a4165fd26a2e4b7ca9553be authored over 2 years ago
Update handler.md
github.com/salvo-rs/website - c26bdf68314f8e46d1460b9caba14a8a8f2c04ab authored over 2 years ago
github.com/salvo-rs/website - c26bdf68314f8e46d1460b9caba14a8a8f2c04ab authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - f5550b04feb947e529ffac9d8bca83885109c1c7 authored over 2 years ago
github.com/salvo-rs/salvo - f5550b04feb947e529ffac9d8bca83885109c1c7 authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - 2e3bdad1649c3425363347c5045db8b4e389ca2f authored over 2 years ago
github.com/salvo-rs/salvo - 2e3bdad1649c3425363347c5045db8b4e389ca2f authored over 2 years ago
cargo.toml description
github.com/salvo-rs/salvo - 2ff5479da1cd4dab4f11c3f42ed1ad518f220418 authored over 2 years ago
github.com/salvo-rs/salvo - 2ff5479da1cd4dab4f11c3f42ed1ad518f220418 authored over 2 years ago
Update action
github.com/salvo-rs/salvo - ddb26edb241c0c979caeae133b65fcdf69286ac3 authored over 2 years ago
github.com/salvo-rs/salvo - ddb26edb241c0c979caeae133b65fcdf69286ac3 authored over 2 years ago
Separate cors and csrf
github.com/salvo-rs/salvo - 5abea1baceb24c02e8e784b56b8229c99cb1c134 authored over 2 years ago
github.com/salvo-rs/salvo - 5abea1baceb24c02e8e784b56b8229c99cb1c134 authored over 2 years ago
remove doc
github.com/salvo-rs/salvo - 2696a5631823ff4072633f1b74cb03e549e2aeb5 authored over 2 years ago
github.com/salvo-rs/salvo - 2696a5631823ff4072633f1b74cb03e549e2aeb5 authored over 2 years ago
Create README.md
github.com/salvo-rs/salvo - 9ad1dc0503b221d3c63e17bb0d6e976043e389cf authored over 2 years ago
github.com/salvo-rs/salvo - 9ad1dc0503b221d3c63e17bb0d6e976043e389cf authored over 2 years ago
Add README
github.com/salvo-rs/salvo - d14230abf0c9dc7b2e1526eb3598dd3d1c1ea8b7 authored over 2 years ago
github.com/salvo-rs/salvo - d14230abf0c9dc7b2e1526eb3598dd3d1c1ea8b7 authored over 2 years ago
release action
github.com/salvo-rs/salvo - e2408c4265001d0dddd42367f0ab20f023cefd70 authored over 2 years ago
github.com/salvo-rs/salvo - e2408c4265001d0dddd42367f0ab20f023cefd70 authored over 2 years ago
Add doc
github.com/salvo-rs/salvo - b9894c1d03e13694900f862ac0f7584f7c3e217b authored over 2 years ago
github.com/salvo-rs/salvo - b9894c1d03e13694900f862ac0f7584f7c3e217b authored over 2 years ago
Cargo clippy
github.com/salvo-rs/salvo - 4363fdc9e88016dd39428b187140e435983a2696 authored over 2 years ago
github.com/salvo-rs/salvo - 4363fdc9e88016dd39428b187140e435983a2696 authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - 27b95e8a881ee38edd12fa605e8820a7ab5acb1b authored over 2 years ago
github.com/salvo-rs/salvo - 27b95e8a881ee38edd12fa605e8820a7ab5acb1b authored over 2 years ago
Update Cargo.toml
github.com/salvo-rs/salvo - 651ddf2fbae2ec8f61d06b1c076b32c3fc9d0e54 authored over 2 years ago
github.com/salvo-rs/salvo - 651ddf2fbae2ec8f61d06b1c076b32c3fc9d0e54 authored over 2 years ago
workspace.dependencies
github.com/salvo-rs/salvo - 56767f6f4ed65a0c58c659e3c9f2c9be58b3faf7 authored over 2 years ago
github.com/salvo-rs/salvo - 56767f6f4ed65a0c58c659e3c9f2c9be58b3faf7 authored over 2 years ago
Add support for flash message #158
github.com/salvo-rs/salvo - 10e1eb08365227d850dc297b8844e321f92fb09f authored over 2 years ago
github.com/salvo-rs/salvo - 10e1eb08365227d850dc297b8844e321f92fb09f authored over 2 years ago
Add flash message supports Add support for flash message #158
github.com/salvo-rs/salvo - bff3def5613a02336261c3fcdfedc0e2121c0f9c authored over 2 years ago
github.com/salvo-rs/salvo - bff3def5613a02336261c3fcdfedc0e2121c0f9c authored over 2 years ago
Flash Message
github.com/salvo-rs/salvo - 8f8eba8a21ea29ff1d73fbc74fc354604da71b10 authored over 2 years ago
github.com/salvo-rs/salvo - 8f8eba8a21ea29ff1d73fbc74fc354604da71b10 authored over 2 years ago
Session crate
github.com/salvo-rs/salvo - 386e994c56a73b95c0b4cc08b120cfed33188d5b authored over 2 years ago
github.com/salvo-rs/salvo - 386e994c56a73b95c0b4cc08b120cfed33188d5b authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - 19b5ea972a0b5c70243a8fca253092625e0cd602 authored over 2 years ago
github.com/salvo-rs/salvo - 19b5ea972a0b5c70243a8fca253092625e0cd602 authored over 2 years ago
Replace Inflector with cruet.
github.com/salvo-rs/salvo - 36da6d9190e9e97fff362dcec562a639cbd3b0da authored over 2 years ago
github.com/salvo-rs/salvo - 36da6d9190e9e97fff362dcec562a639cbd3b0da authored over 2 years ago
Version 0.35.2
github.com/salvo-rs/salvo - 87e34747044d4fc504562a60bb8891fc574146ac authored over 2 years ago
github.com/salvo-rs/salvo - 87e34747044d4fc504562a60bb8891fc574146ac authored over 2 years ago
Fix NamedFile cache bug: Serve Static middleware always returns a 200 status code #156
github.com/salvo-rs/salvo - bebed821d64a9e90c4b3bab272934df7714fa928 authored over 2 years ago
github.com/salvo-rs/salvo - bebed821d64a9e90c4b3bab272934df7714fa928 authored over 2 years ago
Update service.rs
github.com/salvo-rs/salvo - 707d264b4736c8a050336294c49b3c3fb20e1a4d authored over 2 years ago
github.com/salvo-rs/salvo - 707d264b4736c8a050336294c49b3c3fb20e1a4d authored over 2 years ago
Remove unused crate dependencies (#134)
github.com/salvo-rs/salvo-http3 - 92b67269c2a24c0beeac0bbdd0c886dd886c3ad6 authored over 2 years ago
github.com/salvo-rs/salvo-http3 - 92b67269c2a24c0beeac0bbdd0c886dd886c3ad6 authored over 2 years ago
Update service.rs
github.com/salvo-rs/salvo - cf27ca5351234969ddd4c842a2dc2ab300bab0a8 authored over 2 years ago
github.com/salvo-rs/salvo - cf27ca5351234969ddd4c842a2dc2ab300bab0a8 authored over 2 years ago
Update readme
github.com/salvo-rs/salvo - df6ca6fd2f8aa8f5b81616a782c7ab2cc7834800 authored over 2 years ago
github.com/salvo-rs/salvo - df6ca6fd2f8aa8f5b81616a782c7ab2cc7834800 authored over 2 years ago
Cargo clippy
github.com/salvo-rs/salvo - 6832bbb2c11d32a95926a42139b63d52928e8a9d authored over 2 years ago
github.com/salvo-rs/salvo - 6832bbb2c11d32a95926a42139b63d52928e8a9d authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - 4058560226d58f2c96f69c8c66adcb3a513df89d authored over 2 years ago
github.com/salvo-rs/salvo - 4058560226d58f2c96f69c8c66adcb3a513df89d authored over 2 years ago
sea-orm update for ci
github.com/salvo-rs/salvo - 9524d95dd7112dc598fec4ec12e88ad13a210fc9 authored over 2 years ago
github.com/salvo-rs/salvo - 9524d95dd7112dc598fec4ec12e88ad13a210fc9 authored over 2 years ago
Merge pull request #154 from athxx/main
feat: add seaorm example
github.com/salvo-rs/salvo - 5f1eeb8e8dc8821fb5359d13f94fde3fcad63471 authored over 2 years ago
add seaorm example
github.com/salvo-rs/salvo - 56e450c57e8a712f59164825b6c6d556c644c5bb authored over 2 years ago
github.com/salvo-rs/salvo - 56e450c57e8a712f59164825b6c6d556c644c5bb authored over 2 years ago
Update size_limiter.rs
github.com/salvo-rs/salvo - bbeb861e55e7f9fdd6a41d462645ce69bea3c890 authored over 2 years ago
github.com/salvo-rs/salvo - bbeb861e55e7f9fdd6a41d462645ce69bea3c890 authored over 2 years ago
Update size_limiter.rs
github.com/salvo-rs/salvo - 8206f1a9bedaf0f61dcf8afdeee5ebaab03cc538 authored over 2 years ago
github.com/salvo-rs/salvo - 8206f1a9bedaf0f61dcf8afdeee5ebaab03cc538 authored over 2 years ago
Fix doc links (#132)
* fix link
* make path in example/readme.md more simple
github.com/salvo-rs/salvo-http3 - 27ef38d3940eb35205a6d8b1dd7c3f8d278d77b4 authored over 2 years ago
Bump MSRV to 1.56.1
This is needed for hashbrown.
github.com/salvo-rs/salvo-rustls - c64ea2103a282992a6b0373f0e944e1c8ef4f988 authored over 2 years ago
update unit test
github.com/salvo-rs/salvo - 742bf92a447d25717a40d756252d57a3c910ddae authored over 2 years ago
github.com/salvo-rs/salvo - 742bf92a447d25717a40d756252d57a3c910ddae authored over 2 years ago
Version 0.35.1
github.com/salvo-rs/salvo - c96aba52ab2502359f62270f1509d61f9181c7e6 authored over 2 years ago
github.com/salvo-rs/salvo - c96aba52ab2502359f62270f1509d61f9181c7e6 authored over 2 years ago
Add fallback
github.com/salvo-rs/salvo - 480c63fcac321ce36fad8af0cf5039c4afe7ad4f authored over 2 years ago
github.com/salvo-rs/salvo - 480c63fcac321ce36fad8af0cf5039c4afe7ad4f authored over 2 years ago
Add tracing dependency #153
github.com/salvo-rs/salvo - b5c82f282c4a2f5c49e4302752a3bf1d2a1f02a4 authored over 2 years ago
github.com/salvo-rs/salvo - b5c82f282c4a2f5c49e4302752a3bf1d2a1f02a4 authored over 2 years ago
Version 0.35.0
github.com/salvo-rs/salvo - 7e7163ddbe9d4ca231bcf672fcb6bb77cddc4ca9 authored over 2 years ago
github.com/salvo-rs/salvo - 7e7163ddbe9d4ca231bcf672fcb6bb77cddc4ca9 authored over 2 years ago
simple api
github.com/salvo-rs/salvo - 3e37459e3c15ff615fac5d2998636a0d25550fd1 authored over 2 years ago
github.com/salvo-rs/salvo - 3e37459e3c15ff615fac5d2998636a0d25550fd1 authored over 2 years ago
examples and unit tests
github.com/salvo-rs/salvo - 55ef6e6bdb0dbcab56a0c78c3c8a8144aad9a846 authored over 2 years ago
github.com/salvo-rs/salvo - 55ef6e6bdb0dbcab56a0c78c3c8a8144aad9a846 authored over 2 years ago
Cargo clippy
github.com/salvo-rs/salvo - 0749bd1c097e7eaca6f11eb9ce87538c24dfcc8b authored over 2 years ago
github.com/salvo-rs/salvo - 0749bd1c097e7eaca6f11eb9ce87538c24dfcc8b authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - 3d40c0d61bb581515cb732ba4c7aa36bd2db70fa authored over 2 years ago
github.com/salvo-rs/salvo - 3d40c0d61bb581515cb732ba4c7aa36bd2db70fa authored over 2 years ago
Add IntoVecString
github.com/salvo-rs/salvo - 7c4f1e65753a54db1adf12c81fbe48c0532382ba authored over 2 years ago
github.com/salvo-rs/salvo - 7c4f1e65753a54db1adf12c81fbe48c0532382ba authored over 2 years ago
Add fallback
github.com/salvo-rs/salvo - c7fb95e37062037150e3a843f5962754eba28061 authored over 2 years ago
github.com/salvo-rs/salvo - c7fb95e37062037150e3a843f5962754eba28061 authored over 2 years ago
Update serve_static
github.com/salvo-rs/salvo - dda9f6f17afbf7afd5d95ff0ef0150ffcef71f6e authored over 2 years ago
github.com/salvo-rs/salvo - dda9f6f17afbf7afd5d95ff0ef0150ffcef71f6e authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - 3b5c521d93fb09519fc868eaf5e66bceb0f5ab5f authored over 2 years ago
github.com/salvo-rs/salvo - 3b5c521d93fb09519fc868eaf5e66bceb0f5ab5f authored over 2 years ago
Merge pull request #152 from josejachuf/mongo
mongodb sample
github.com/salvo-rs/salvo - 38451b9a69afbca8d9ddfa2333b43ee8d06fc4da authored over 2 years ago
mongodb sample
github.com/salvo-rs/salvo - 302c31be18ba4d14d0d487f493c6fb1f078b439f authored over 2 years ago
github.com/salvo-rs/salvo - 302c31be18ba4d14d0d487f493c6fb1f078b439f authored over 2 years ago
example: add CLI option to client to use sslkeylogfile (#130)
github.com/salvo-rs/salvo-http3 - 4c5a1b0accbf9f4ed6311972320ea6b259cdc3e8 authored over 2 years ago
github.com/salvo-rs/salvo-http3 - 4c5a1b0accbf9f4ed6311972320ea6b259cdc3e8 authored over 2 years ago
Update weixin.png
github.com/salvo-rs/website - bae2751e51484a3e07e9c0d7401fca575bf41123 authored over 2 years ago
github.com/salvo-rs/website - bae2751e51484a3e07e9c0d7401fca575bf41123 authored over 2 years ago
Update main.rs
github.com/salvo-rs/salvo - 971db61c68bd154373ad4ea721ab84a207e808fb authored over 2 years ago
github.com/salvo-rs/salvo - 971db61c68bd154373ad4ea721ab84a207e808fb authored over 2 years ago
Update weixin.png
github.com/salvo-rs/salvo - 8bba6e96783de0e0e77221c8fc9ba3836f9f0f36 authored over 2 years ago
github.com/salvo-rs/salvo - 8bba6e96783de0e0e77221c8fc9ba3836f9f0f36 authored over 2 years ago
0.34
github.com/salvo-rs/website - 0358ade1e2d64f5da481872d0020a28660fbfaed authored over 2 years ago
github.com/salvo-rs/website - 0358ade1e2d64f5da481872d0020a28660fbfaed authored over 2 years ago
Add EmbeddedFileHandler
github.com/salvo-rs/salvo - e496e44e646feeedab0c58fd74695c9cabe79d2a authored over 2 years ago
github.com/salvo-rs/salvo - e496e44e646feeedab0c58fd74695c9cabe79d2a authored over 2 years ago
server examples - handle errors correct (#128)
* server examples - handle errors correct
* fmt
github.com/salvo-rs/salvo-http3 - f7877989e4b2faa94ef761d29776a4652cbdaaf9 authored over 2 years ago
Complete the compliance report (#127)
* bring back implication annotations
* gonna feed new annotations
* exceptions and TODOs
github.com/salvo-rs/salvo-http3 - 29454c74040e6b6646e5693d1ec89ca7ce645316 authored over 2 years ago
Unit tests
github.com/salvo-rs/salvo - d92838f860a17c58551c08f9fc8424f792fd13fe authored over 2 years ago
github.com/salvo-rs/salvo - d92838f860a17c58551c08f9fc8424f792fd13fe authored over 2 years ago
Unit tests
github.com/salvo-rs/salvo - 9fee56c01ece6cc4d4cdc7271761f4a492c58896 authored over 2 years ago
github.com/salvo-rs/salvo - 9fee56c01ece6cc4d4cdc7271761f4a492c58896 authored over 2 years ago
Add unit test
github.com/salvo-rs/salvo - 4551bd093eb812b81480115326733d097e4de3e3 authored over 2 years ago
github.com/salvo-rs/salvo - 4551bd093eb812b81480115326733d097e4de3e3 authored over 2 years ago
Add supports for EmbeddedFile #150
github.com/salvo-rs/salvo - dcb3f621bb6bd6fd9a2ba00a8b43aabf990115e5 authored over 2 years ago
github.com/salvo-rs/salvo - dcb3f621bb6bd6fd9a2ba00a8b43aabf990115e5 authored over 2 years ago
Fix rust embed falback bug #150
github.com/salvo-rs/salvo - 07063b33579bfb017c682a90b179f75c25c5d23f authored over 2 years ago
github.com/salvo-rs/salvo - 07063b33579bfb017c682a90b179f75c25c5d23f authored over 2 years ago
Format Rust code using rustfmt
github.com/salvo-rs/salvo - ba8755c98fac19b0d1d6f84d3c657aedbef53181 authored over 2 years ago
github.com/salvo-rs/salvo - ba8755c98fac19b0d1d6f84d3c657aedbef53181 authored over 2 years ago
Cargo clppy
github.com/salvo-rs/salvo - c065f55fae8db222cf1cff0603f68a89d4a1a533 authored over 2 years ago
github.com/salvo-rs/salvo - c065f55fae8db222cf1cff0603f68a89d4a1a533 authored over 2 years ago
Add unit test
github.com/salvo-rs/salvo - 674dff6456dafc7fca410459233c9385d8e5f3bb authored over 2 years ago
github.com/salvo-rs/salvo - 674dff6456dafc7fca410459233c9385d8e5f3bb authored over 2 years ago