Home
last modified time | relevance | path

Searched refs:rs (Results 1 – 25 of 39) sorted by relevance

12

/thrift-3.4.0/tutorial/rs/
DMakefile.am22 gen-rs/tutorial.rs gen-rs/shared.rs: $(top_srcdir)/tutorial/tutorial.thrift
23 $(THRIFT) -out src --gen rs -r $<
25 all-local: gen-rs/tutorial.rs
44 -$(RM) src/shared.rs
45 -$(RM) src/tutorial.rs
50 src/lib.rs \
51 src/bin/tutorial_server.rs \
52 src/bin/tutorial_client.rs \
DCargo.toml7 exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
15 path = "../../lib/rs"
DREADME.md16 thrift -out my_rust_program/src --gen rs -r Tutorial.thrift
101 `ThriftTest.thrift` creates `thrift_test.rs`. To use these generated files add
102 `mod ...` and `use ...` declarations to your `lib.rs` or `main.rs` - one for
/thrift-3.4.0/lib/rs/test/
DMakefile.am23 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Base_One.thrift
24 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Base_Two.thrift
25 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Midlayer.thrift
26 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Ultimate.thrift
27 $(THRIFT) -out src --gen rs $(top_builddir)/test/Recursive.thrift
28 $(THRIFT) -out src --gen rs $(top_builddir)/test/Identifiers.thrift #THRIFT-4953
42 -$(RM) src/base_one.rs
43 -$(RM) src/base_two.rs
44 -$(RM) src/midlayer.rs
45 -$(RM) src/ultimate.rs
[all …]
/thrift-3.4.0/lib/rs/test_recursive/src/transit/
DMakefile.am26 $(THRIFT) -I . -I ../ -I ./services -I ./light -out . --gen rs Buses.thrift
27 $(THRIFT) -I . -I ../ -I ./services -I ./light -out . --gen rs Trains.thrift
28 $(THRIFT) -I . -I ../ -I ./services -I ./light -out . --gen rs Transporters.thrift
33 -$(RM) buses.rs
34 -$(RM) trains.rs
35 -$(RM) transporters.rs
38 mod.rs \
DTrains.thrift24 namespace rs transit
DTransporters.thrift24 namespace rs transit
DBuses.thrift24 namespace rs transit
/thrift-3.4.0/
D.gitignore305 /lib/rs/target/
306 /lib/rs/Cargo.lock
307 /lib/rs/test/Cargo.lock
308 /lib/rs/test/target/
309 /lib/rs/test/bin/
310 /lib/rs/test/src/base_one.rs
311 /lib/rs/test/src/base_two.rs
312 /lib/rs/test/src/midlayer.rs
313 /lib/rs/test/src/recursive.rs
314 /lib/rs/test/src/ultimate.rs
[all …]
Dconfigure.ac424 AX_THRIFT_LIB(rs, [Rust], yes)
793 lib/rs/Makefile
794 lib/rs/test/Makefile
795 lib/rs/test_recursive/Makefile
796 lib/rs/test_recursive/src/Makefile
797 lib/rs/test_recursive/src/maintenance/Makefile
798 lib/rs/test_recursive/src/transit/Makefile
799 lib/rs/test_recursive/src/transit/light/Makefile
800 lib/rs/test_recursive/src/transit/services/Makefile
823 test/rs/Makefile
[all …]
/thrift-3.4.0/lib/rs/test_recursive/src/transit/light/
DMakefile.am25 $(THRIFT) -I . -I ../../ -I ../ -I ../services -out . --gen rs LightRail.thrift
26 $(THRIFT) -I . -I ../../ -I ../ -I ../services -out . --gen rs Streetcars.thrift
31 -$(RM) light_rail.rs
32 -$(RM) streetcars.rs
35 mod.rs \
DLightRail.thrift28 namespace rs transit.light
/thrift-3.4.0/test/rs/
DMakefile.am21 $(THRIFT) -I ./thrifts -out src --gen rs ../v0.16/ThriftTest.thrift
34 -$(RM) src/thrift_test.rs
39 src/lib.rs \
40 src/bin/test_server.rs \
41 src/bin/test_client.rs
DCargo.toml16 path = "../../lib/rs"
/thrift-3.4.0/lib/rs/test_recursive/src/transit/services/
DMakefile.am25 $(THRIFT) -I . -out . --gen rs CityServices.thrift
30 -$(RM) city_services.rs
33 mod.rs \
DCityServices.thrift24 namespace rs transit.services
/thrift-3.4.0/lib/rs/test_recursive/src/
DMakefile.am25 $(THRIFT) -I . -out . --gen rs Vehicles.thrift
30 -$(RM) vehicles.rs
33 lib.rs \
/thrift-3.4.0/test/py/
DFastbinaryTest.py106 rs = RandomStuff() variable
107 rs.a = 1
108 rs.b = 2
109 rs.c = 3
110 rs.myintlist = list(range(20))
111 rs.maps = {1: Wrapper(**{"foo": Empty()}), 2: Wrapper(**{"foo": Empty()})}
112 rs.bigint = 124523452435
113 rs.triple = 3.14
180 self._check_write(rs)
181 self._check_read(rs)
/thrift-3.4.0/lib/rs/test_recursive/src/maintenance/
DMakefile.am25 …$(THRIFT) -I . -I ../ -I ../transit -I ../transit/services -I ../transit/light -out . --gen rs Mai…
30 -$(RM) maintenance_facility.rs
33 mod.rs \
DMaintenanceFacility.thrift24 namespace rs maintenance
/thrift-3.4.0/lib/rs/
DCargo.toml9 documentation = "https://docs.rs/thrift"
10 repository = "https://github.com/apache/thrift/tree/master/lib/rs"
DREADME.md38 Full [Rustdoc](https://docs.rs/thrift/)
247 * `lib/rs`: runtime library
248 * `lib/rs/test`: supplemental tests
249 * `tutorial/rs`: tutorial client and server
250 * `test/rs`: cross-language test client and server
/thrift-3.4.0/test/
DMakefile.am91 SUBDIRS += rs subdir
92 PRECROSS_TARGET += precross-rs
140 rs \
/thrift-3.4.0/tutorial/
DMakefile.am74 SUBDIRS += rs subdir
/thrift-3.4.0/lib/
DMakefile.am92 SUBDIRS += rs subdir

12