tauri-apps / tauri-apps/tauri-docs
[request] File System guide missing rust instructions
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 1.1k
- Forks
- 887
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 48
Description
Question you want answered
Do i need the fs plugin on the rust side?
Where did you look for an answer?
in our docs lol
Next time i step around the issue template again 😂
Anyway, we just need to document at the top or somewhere that you should use std or tokio on the rust side, and if you don't need the js apis then don't add the plugin at all.
Page URL
https://v2.tauri.app/plugin/file-system/
Additional context
https://discord.com/channels/616186924390023171/1275176522885627929
Are you willing to work on this yourself?
- I want to work on this myself
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the File System guide at the provided page URL and review its Rust-side setup instructions. Document that Rust code can use std or tokio, and that the plugin is unnecessary when the JavaScript APIs are not needed. Done when the guide clearly answers whether the plugin is required for Rust usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100