File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,18 @@ will also allow the subscriber to request changes to the state (for lane kinds t
17
17
operate over a web-socket connection and are multiplexed, meaning that links to multiple lanes on the same
18
18
host can share a single web-socket connection.
19
19
20
- ![ SwimOS Crates.io Version] ( https://img.shields.io/crates/v/swimos?label=swimos ) ![ SwimOS Form Crates.io Version] ( https://img.shields.io/crates/v/swimos_form?label=swimos_form ) ![ SwimOS Client Crates.io Version] ( https://img.shields.io/crates/v/swimos_client?label=swimos_client )
20
+ [ ![ SwimOS Crates.io Version] [ swimos-badge ]] [ swimos-crate ]
21
+ [ ![ SwimOS Client Crates.io Version] [ swimos-client-badge ]] [ swimos-client-crate ]
22
+ [ ![ SwimOS Form Crates.io Version] [ swimos-form-badge ]] [ swimos-form-crate ]
23
+
24
+ [ swimos-badge ] : https://img.shields.io/crates/v/swimos?label=swimos
25
+ [ swimos-crate ] : https://crates.io/crates/swimos
26
+
27
+ [ swimos-form-badge ] : https://img.shields.io/crates/v/swimos?label=swimos_form
28
+ [ swimos-form-crate ] : https://crates.io/crates/swimos_form
29
+
30
+ [ swimos-client-badge ] : https://img.shields.io/crates/v/swimos?label=swimos_client
31
+ [ swimos-client-crate ] : https://crates.io/crates/swimos_client
21
32
22
33
[ Website] ( https://swimos.org/ ) | [ Developer Guide] ( https://www.swimos.org/server/rust/developer-guide/ ) | [ Server API Docs] ( https://docs.rs/swimos/latest/swimos/ ) | [ Client API Docs] ( https://docs.rs/swimos_client/latest/swimos_client/ )
23
34
You can’t perform that action at this time.
0 commit comments