@@ -20,7 +20,6 @@ Transport-agnostic `core` and transport servers for `http`, `ipc`, `websockets`
20
20
- [ jsonrpc-tcp-server] ( ./tcp ) [ ![ crates.io] [ tcp-server-image ]] [ tcp-server-url ]
21
21
- [ jsonrpc-ws-server] ( ./ws ) [ ![ crates.io] [ ws-server-image ]] [ ws-server-url ]
22
22
- [ jsonrpc-stdio-server] ( ./stdio ) [ ![ crates.io] [ stdio-server-image ]] [ stdio-server-url ]
23
- - [ jsonrpc-macros] ( ./macros ) [ ![ crates.io] [ macros-image ]] [ macros-url ] * deprecated:* use ` derive ` instead
24
23
- [ jsonrpc-derive] ( ./derive ) [ ![ crates.io] [ derive-image ]] [ derive-url ]
25
24
- [ jsonrpc-server-utils] ( ./server-utils ) [ ![ crates.io] [ server-utils-image ]] [ server-utils-url ]
26
25
- [ jsonrpc-pubsub] ( ./pubsub ) [ ![ crates.io] [ pubsub-image ]] [ pubsub-url ]
@@ -37,8 +36,6 @@ Transport-agnostic `core` and transport servers for `http`, `ipc`, `websockets`
37
36
[ ws-server-url ] : https://crates.io/crates/jsonrpc-ws-server
38
37
[ stdio-server-image ] : https://img.shields.io/crates/v/jsonrpc-stdio-server.svg
39
38
[ stdio-server-url ] : https://crates.io/crates/jsonrpc-stdio-server
40
- [ macros-image ] : https://img.shields.io/crates/v/jsonrpc-macros.svg
41
- [ macros-url ] : https://crates.io/crates/jsonrpc-macros
42
39
[ derive-image ] : https://img.shields.io/crates/v/jsonrpc-derive.svg
43
40
[ derive-url ] : https://crates.io/crates/jsonrpc-derive
44
41
[ server-utils-image ] : https://img.shields.io/crates/v/jsonrpc-server-utils.svg
@@ -50,7 +47,6 @@ Transport-agnostic `core` and transport servers for `http`, `ipc`, `websockets`
50
47
51
48
- [ core] ( ./core/examples )
52
49
- [ derive] ( ./derive/examples )
53
- - [ macros] ( ./macros/examples ) * deprecated*
54
50
- [ pubsub] ( ./pubsub/examples )
55
51
56
52
### Basic Usage (with HTTP transport)
0 commit comments