File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ extern "C" {
56
56
/// - `host` host name, i.e. "tarantool.org"
57
57
/// - `port` service name, i.e. "80" or "http"
58
58
/// - `hints` hints, see getaddrinfo(3)
59
- /// - `res`[ out] result, see getaddrinfo(3)
59
+ /// - `res`( out) result, see getaddrinfo(3)
60
60
/// - `timeout` timeout
61
61
///
62
62
/// Returns:
Original file line number Diff line number Diff line change 5
5
//! - [Fibers: fiber attributes, conditional variables, latches](fiber)
6
6
//! - [CoIO](coio)
7
7
//! - [Transactions](transaction)
8
- //! - [ Schema management](schema)
8
+ //! - Schema management
9
9
//! - [Protocol implementation](net_box) (`net.box`): CRUD, stored procedure call, triggers
10
- //! - [Tuple utils](tuple)
11
- //! - [Logging](log) (see https://docs.rs/log/)
10
+ //! - [Tuple utils](mod@ tuple)
11
+ //! - [Logging](log) (see < https://docs.rs/log/> )
12
12
//! - [Error handling](error)
13
13
//!
14
14
//! > **Caution!** The library is currently under development.
You can’t perform that action at this time.
0 commit comments