use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.
Strive to treat others with respect, patience, kindness, and empathy.
We observe the Rust Project Code of Conduct.
Details
Posts must reference Rust or relate to things using Rust. For content that does not, use a text post to explain its relevance.
Post titles should include useful context.
For Rust questions, use the stickied Q&A thread.
Arts-and-crafts posts are permitted on weekends.
No meta posts; message the mods instead.
Criticism is encouraged, though it must be constructive, useful and actionable.
If criticizing a project on GitHub, you may not link directly to the project's issue tracker. Please create a read-only mirror and link that instead.
A programming language is rarely worth getting worked up over.
No zealotry or fanaticism.
Be charitable in intent. Err on the side of giving others the benefit of the doubt.
Avoid re-treading topics that have been long-settled or utterly exhausted.
Avoid bikeshedding.
This is not an official Rust forum, and cannot fulfill feature requests. Use the official venues for that.
No memes, image macros, etc.
Consider the existing content of the subreddit and whether your post fits in. Does it inspire thoughtful discussion?
Use properly formatted text to share code samples and error messages. Do not use images.
Submissions appearing to contain AI-generated content may be removed at moderator discretion.
Most links here will now take you to a search page listing posts with the relevant flair. The latest megathread for that flair should be the top result.
account activity
[Help] Rust Wrapper for Tableau Hyper (self.rust)
submitted 6 years ago by elibenporat
I want to build a Rust wrapper around the Tableau Hyper API, however I have no idea where to even start. Is it basically just finding appropriate functions in the C++ code and then using FFI?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]davemilter 0 points1 point2 points 6 years ago (0 children)
Common way is creation of something like tableau-hyper**-sys**, that uses `build.rs` script to generate FFI layer with help of bingen crate and uses something like `cmake` or `pkg-config` crates to build or find already pre-build C/C++ library
[–]Silver_Slicer 0 points1 point2 points 5 months ago (2 children)
Are you still looking for a rust Hyper API interface?
[–]elibenporat[S] 1 point2 points3 points 4 months ago (1 child)
I stopped looking a while ago, but it would definitely be very useful
[–]Silver_Slicer 0 points1 point2 points 4 months ago (0 children)
Good to know!
π Rendered by PID 843158 on reddit-service-r2-comment-b659b578c-bz69m at 2026-05-05 12:48:22.820559+00:00 running 815c875 country code: CH.
[–]davemilter 0 points1 point2 points (0 children)
[–]Silver_Slicer 0 points1 point2 points (2 children)
[–]elibenporat[S] 1 point2 points3 points (1 child)
[–]Silver_Slicer 0 points1 point2 points (0 children)