This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9527533408
rust
/
library
/
core
/
primitive_docs
/
string_string.md
2 lines
33 B
Markdown
Raw
Normal View
History
Unescape
Escape
Add primitive documentation to libcore This works by doing two things: - Adding links that are specific to the crate. Since not all primitive items are defined in `core` (due to lang_items), these need to use relative links and not intra-doc links. - Duplicating `primitive_docs` in both core and std. This allows not needing CARGO_PKG_NAME to build the standard library. It also adds a tidy check to make sure they stay the same.
2021-07-05 21:50:26 -05:00
../std/string/struct.String.html
Reference in New Issue
Copy Permalink