{"id":18761457,"url":"https://github.com/rustlanges/rust-book-es","last_synced_at":"2025-04-04T13:09:58.616Z","repository":{"id":155449382,"uuid":"622413619","full_name":"RustLangES/rust-book-es","owner":"RustLangES","description":"Libro de Rust en Español!","archived":false,"fork":false,"pushed_at":"2025-03-27T12:42:36.000Z","size":41420,"stargazers_count":95,"open_issues_count":1,"forks_count":28,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T12:08:47.974Z","etag":null,"topics":["book","libro","rust","rust-lang","spanish","translation"],"latest_commit_sha":null,"homepage":"https://book.rustlang-es.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RustLangES.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-02T03:06:55.000Z","updated_at":"2025-03-27T12:42:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"a907a64d-c1cb-4865-a712-fdc44b4c7471","html_url":"https://github.com/RustLangES/rust-book-es","commit_stats":null,"previous_names":["rustlanges/rust-book-es"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Frust-book-es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Frust-book-es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Frust-book-es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustLangES%2Frust-book-es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustLangES","download_url":"https://codeload.github.com/RustLangES/rust-book-es/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182397,"owners_count":20897381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book","libro","rust","rust-lang","spanish","translation"],"created_at":"2024-11-07T18:16:12.398Z","updated_at":"2025-04-04T13:09:58.584Z","avatar_url":"https://github.com/RustLangES.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Rust Book Spanish Translation](/docs/RustBookLogoSpanish.png)\n# The Rust Programming Language [Spanish Ed.]\n\n![Build Status](https://github.com/rust-lang/book/workflows/CI/badge.svg)\n[![Telegram Group\n](https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram)](\nhttps://t.me/rust_book_spanish_translation)\n[![Discord](https://img.shields.io/discord/778674594856960012?color=blue\u0026label=discord\u0026logo=discord)](https://discord.gg/4ng5HgmaMg)\n\n\nThis repository contains the source of \"The Rust Programming Language\" book.\n\nThis is an unofficial Spanish translation of the book. The original book is\navailable in [rust-lang/book].\n\nWe do a best effort approach to keep this translation up to date with the\noriginal book, but we can't guarantee that it is 100% accurate. If you find\nany errors, please open an issue or a pull request or write us in the\n[Telegram Group](https://t.me/rust_book_spanish_translation) or our\n[Discord Server](https://discord.gg/4ng5HgmaMg)\n\n[rust-lang/book]: https://doc.rust-lang.org/stable/book/\n\n[The book is available in dead-tree form from No Starch Press][nostarch].\n\n[nostarch]: https://nostarch.com/rust-programming-language-2nd-edition\n\nYou can also read the book for free online. Please see the book as shipped with\nthe latest [stable], [beta], or [nightly] Rust releases. Be aware that issues\nin those versions may have been fixed in this repository already, as those\nreleases are updated less frequently.\n\n[stable]: https://doc.rust-lang.org/stable/book/\n[beta]: https://doc.rust-lang.org/beta/book/\n[nightly]: https://doc.rust-lang.org/nightly/book/\n\nSee the [releases] to download just the code of all the code listings that appear in the book.\n\n[releases]: https://github.com/rust-lang/book/releases\n\n## Requirements\n\nBuilding the book requires a custom fork of [mdBook]:\n\n[mdBook]: https://github.com/RustLangES/mdBook/\n\n```bash\n$ cargo install mdbook --git https://github.com/RustLangES/mdBook.git\n```\n\n## Building\n\nTo build the book, type:\n\n```bash\n$ mdbook build\n```\n\nThe output will be in the `book` subdirectory. To check it out, open it in\nyour web browser.\n\n_Firefox:_\n```bash\n$ firefox book/index.html                       # Linux\n$ open -a \"Firefox\" book/index.html             # OS X\n$ Start-Process \"firefox.exe\" .\\book\\index.html # Windows (PowerShell)\n$ start firefox.exe .\\book\\index.html           # Windows (Cmd)\n```\n\n_Chrome:_\n```bash\n$ google-chrome book/index.html                 # Linux\n$ open -a \"Google Chrome\" book/index.html       # OS X\n$ Start-Process \"chrome.exe\" .\\book\\index.html  # Windows (PowerShell)\n$ start chrome.exe .\\book\\index.html            # Windows (Cmd)\n```\n\nTo run the tests:\n\n```bash\n$ mdbook test\n```\n\n## Contributing\n\nWe'd love your help! Please see [CONTRIBUTING.md][contrib] to learn about the\nkinds of contributions we're looking for.\n\n[contrib]: https://github.com/rust-lang/book/blob/main/CONTRIBUTING.md\n\nBecause the book is [printed][nostarch], and because we want\nto keep the online version of the book close to the print version when\npossible, it may take longer than you're used to for us to address your issue\nor pull request.\n\nSo far, we've been doing a larger revision to coincide with [Rust\nEditions](https://doc.rust-lang.org/edition-guide/). Between those larger\nrevisions, we will only be correcting errors. If your issue or pull request\nisn't strictly fixing an error, it might sit until the next time that we're\nworking on a large revision: expect on the order of months or years. Thank you\nfor your patience!\n\n### Translations\n\nWe'd love help translating the book! See the [Translations] label to join in\nefforts that are currently in progress. Open a new issue to start working on\na new language! We're waiting on [mdbook support] for multiple languages\nbefore we merge any in, but feel free to start!\n\n[Translations]: https://github.com/rust-lang/book/issues?q=is%3Aopen+is%3Aissue+label%3ATranslations\n[mdbook support]: https://github.com/rust-lang/mdBook/issues/5\n\n## Spellchecking\n\nTo scan source files for spelling errors, you can use the `spellcheck.sh`\nscript available in the `ci` directory. It needs a dictionary of valid words,\nwhich is provided in `ci/dictionary.txt`. If the script produces a false\npositive (say, you used the word `BTreeMap` which the script considers invalid),\nyou need to add this word to `ci/dictionary.txt` (keep the sorted order for\nconsistency).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustlanges%2Frust-book-es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustlanges%2Frust-book-es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustlanges%2Frust-book-es/lists"}