1
- # fluent-impl [ ![ Crate] ( https://img.shields.io/crates/v/fluent-impl.svg )] ( https://crates.io/crates/fluent-impl ) [ ![ Travis Build Status] ( https://api.travis-ci.org/rust-alt/fluent-impl.svg?branch=master )] ( https://travis-ci.org/rust-alt/fluent-impl ) [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-alt/fluent-impl?svg=true&branch=master )] ( https://ci.appveyor.com/project/MoSal/fluent-impl )
2
-
3
-
4
- [ ** Documentation** ] ( https://rust-alt.github.io/fluent-impl/doc/fluent_impl/ )
1
+ # fluent-impl [ ![ Crate] ( https://img.shields.io/crates/v/fluent-impl.svg )] ( https://crates.io/crates/fluent-impl ) [ -[ ![ Documentation] ( https://docs.rs/fluent-impl/badge.svg )] ( https://docs.rs/fluent-impl ) -] [ ![ Travis Build Status] ( https://api.travis-ci.org/rust-alt/fluent-impl.svg?branch=master )] ( https://travis-ci.org/rust-alt/fluent-impl ) [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-alt/fluent-impl?svg=true&branch=master )] ( https://ci.appveyor.com/project/MoSal/fluent-impl )
5
2
3
+ | ___ Linux___ | ___ OSX___ | ___ Windows___ |
4
+ | :----:| :----:|
5
+ | ![ linux-nightly] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=linux-nightly&label=linux%20nightly ) | ![ osx-nightly] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=osx-nightly&label=%20%20osx%20nightly ) | ![ windows-nightly] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=windows-nightly&label=%20%20windows%20nightly ) |
6
+ | ![ linux-beta] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=linux-beta&label=%20linux%20beta%20%20 ) | ![ osx-beta] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=osx-beta&label=%20%20%20osx%20beta%20%20 ) | ![ windows-beta] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=windows-beta&label=%20%20%20windows%20beta%20%20 ) |
7
+ | ![ linux-stable] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=linux-stable&label=linux%20stable%20 ) | ![ osx-stable] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=osx-stable&label=%20osx%20%20stable%20 ) | ![ windows-stable] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=windows-stable&label=%20windows%20%20stable%20 ) |
6
8
7
9
A procedural macro that generates chaining methods from non-chaining ones in an impl block.
8
10
@@ -12,29 +14,6 @@ in search for chain-able methods, and generate chaining methods from them.
12
14
Chain-able methods are the ones with ` &mut self ` as a first argument, and return nothing.
13
15
That's it, there are no other restrictions.
14
16
15
- # Detailed Build Status
16
-
17
- ` fluent_impl ` remains nightly-only, for now. The feature ` use_extern_macros ` has been
18
- stabilized. And fluent-impl will work in beta and stable when the 1.30 release propagates
19
- to those channels.
20
-
21
- ## Travis
22
-
23
- | ___ Linux___ | ___ OSX___ |
24
- | :----:| :----:|
25
- | ![ linux-nightly] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=linux-nightly&label=linux%20nightly ) | ![ osx-nightly] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=osx-nightly&label=%20%20osx%20nightly ) |
26
- | ![ linux-beta] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=linux-beta&label=%20linux%20beta%20%20 ) | ![ osx-beta] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=osx-beta&label=%20%20%20osx%20beta%20%20 ) |
27
- | ![ linux-stable] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=linux-stable&label=linux%20stable%20 ) | ![ osx-stable] ( https://badges.herokuapp.com/travis/rust-alt/fluent-impl?env=BADGE=osx-stable&label=%20osx%20%20stable%20 ) |
28
-
29
- ## AppVeyor
30
-
31
- | Windows | x86_64 | i686 |
32
- | :-------:| :------:| :----:|
33
- | __ nightly__ | ![ nightly x86_64] ( https://appveyor-matrix-badges.herokuapp.com/repos/MoSal/fluent-impl/branch/master/1 ) | ![ nightly i686] ( https://appveyor-matrix-badges.herokuapp.com/repos/MoSal/fluent-impl/branch/master/2 ) |
34
- | __ beta__ | ![ beta x86_64] ( https://appveyor-matrix-badges.herokuapp.com/repos/MoSal/fluent-impl/branch/master/5 ) | ![ beta i686] ( https://appveyor-matrix-badges.herokuapp.com/repos/MoSal/fluent-impl/branch/master/6 ) |
35
- | __ stable__ | ![ satble x86_64] ( https://appveyor-matrix-badges.herokuapp.com/repos/MoSal/fluent-impl/branch/master/3 ) | ![ stable i686] ( https://appveyor-matrix-badges.herokuapp.com/repos/MoSal/fluent-impl/branch/master/4 ) |
36
-
37
-
38
17
# Usage
39
18
40
19
Add ` fluent-impl ` to the dependencies in ` Cargo.toml ` :
0 commit comments